This topic has not yet been rated - Rate this topic

ServiceBusNamespaceClient.EndGetQueues Method

Ends an asynchronous request to retrieve all queues from the service namespace.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
public IEnumerable<Queue> EndGetQueues(
	IAsyncResult result
)

Parameters

result
Type: System.IAsyncResult
An IAsyncResult object that references the outstanding asynchronous request to retrieve all queues from the service namespace.

Return Value

Type: System.Collections.Generic.IEnumerable<Queue>
An IEnumerable<T> An collection of all queues in the service namespace. Returns an empty collection if no queue exists in this service namespace.
Did you find this helpful?
(1500 characters remaining)