GetCustomEventsInErrorQueue Method
See Also 
SourceCode.EventBus.Management Namespace > Client Class : GetCustomEventsInErrorQueue Method



Glossary Item Box

Get an xml string representing the items in the error queue

Syntax

Visual Basic (Declaration) 
Public Function GetCustomEventsInErrorQueue() As String
Visual Basic (Usage)Copy Code
Dim instance As Client
Dim value As String
 
value = instance.GetCustomEventsInErrorQueue()
C# 
public string GetCustomEventsInErrorQueue()
C++/CLI 
public:
String^ GetCustomEventsInErrorQueue(); 

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also