ServiceBusNamespaceClient.EndGetQueue Method

Ends an asynchronous request to a get queue.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)

Syntax

'Declaration
Public Function EndGetQueue ( _
    result As IAsyncResult _
) As Queue
'Usage
Dim instance As ServiceBusNamespaceClient
Dim result As IAsyncResult
Dim returnValue As Queue

returnValue = instance.EndGetQueue(result)
public Queue EndGetQueue(
    IAsyncResult result
)
public:
Queue^ EndGetQueue(
    IAsyncResult^ result
)
member EndGetQueue : 
        result:IAsyncResult -> Queue 
public function EndGetQueue(
    result : IAsyncResult
) : Queue

Parameters

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.

See Also

Reference

ServiceBusNamespaceClient Class

Microsoft.ServiceBus Namespace