Free Trial *Internet Service Required
This topic has not yet been rated - Rate this topic

NamespaceManager.BeginQueueExists Method

Asynchronous version of QueueExists(String) method.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public IAsyncResult BeginQueueExists(
	string path,
	AsyncCallback callback,
	Object state
)

Parameters

path
Type: System.String
The path of the queue relative to the service namespace base address.
callback
Type: System.AsyncCallback
An AsyncCallback delegate that references the method to invoke when the operation is complete.
state
Type: System.Object
A user-defined object that contains state information about the asynchronous operation. This object is passed to the EndQueueExists(IAsyncResult) delegate when the operation is complete.

Return Value

Type: System.IAsyncResult
An IAsyncResult object that references the asynchronous operation to check the existence of a queue in the service namespace.
Did you find this helpful?
(1500 characters remaining)
facebook page visit twitter rss feed newsletter