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

NamespaceManager.BeginGetQueues Method

Asynchronous version of GetQueues.

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

Parameters

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 EndGetQueues(IAsyncResult) delegate when the operation is complete.

Return Value

Type: System.IAsyncResult
An IAsyncResult that references the asynchronous operation to get a queue collection.
Exception Condition
TimeoutException

The operation times out. The timeout period is initialized through the NamespaceManagerSettings class. You may need to increase the value of the OperationTimeout property to avoid this exception if the timeout value is relatively low.

UnauthorizedAccessException

The NamespaceManager object does not have sufficient permission to perform this operation. You should check to ensure that your NamespaceManager has the correct Credential credentials to perform this operation.

MessagingException

An internal error or unexpected exception occurs.

Did you find this helpful?
(1500 characters remaining)
facebook page visit twitter rss feed newsletter