Expand Minimize
This topic has not yet been rated - Rate this topic

NamespaceManager.EndQueueExists Method

Ends an asynchronous request to determine whether a queue exists from the service namespace.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public bool EndQueueExists(
	IAsyncResult result
)

Parameters

result
Type: System.IAsyncResult
An IAsyncResult object that represents the result of the queue existence checking operation.

Return Value

Type: System.Boolean
true if a queue exists in the service namespace; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.