NamespaceManager.EndGetQueue Method (IAsyncResult)

 

Ends an asynchronous request to get a queue.

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

Syntax

public QueueDescription EndGetQueue(
    IAsyncResult result
)
public:
QueueDescription^ EndGetQueue(
    IAsyncResult^ result
)
member EndGetQueue : 
        result:IAsyncResult -> QueueDescription
Public Function EndGetQueue (
    result As IAsyncResult
) As QueueDescription

Parameters

Return Value

Type: Microsoft.ServiceBus.Messaging.QueueDescription

A QueueDescription handle to the queue, or null if the queue does not exist in the service namespace.

See Also

NamespaceManager Class
Microsoft.ServiceBus Namespace

Return to top