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



messageID
The message identifier.

Glossary Item Box

Retries an element in an error queue by the QueueID that was obtained via the GetCustomEventsInErrorQueue function

Syntax

Visual Basic (Declaration) 
Public Function RetryQueueErrorItem( _
   ByVal messageID As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Client
Dim messageID As String
Dim value As Boolean
 
value = instance.RetryQueueErrorItem(messageID)
C# 
public bool RetryQueueErrorItem( 
   string messageID
)
C++/CLI 
public:
bool RetryQueueErrorItem( 
   String^ messageID
) 

Parameters

messageID
The message identifier.

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