This topic has not yet been rated - Rate this topic

ServiceBusNamespaceClient.EndGetQueue Method

Ends an asynchronous request to a get queue.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
public Queue EndGetQueue(
	IAsyncResult result
)

Parameters

result
Type: System.IAsyncResult
A IAsyncResult object that references the get operation.

Return Value

Type: Microsoft.ServiceBus.Messaging.Queue
A Queue handle to the queue, or null if the queue does not exist in the service namespace.
Did you find this helpful?
(1500 characters remaining)