NamespaceManager.QueueExists(String) Method

Definition

Determines whether a queue exists in the service namespace.

public bool QueueExists (string path);
member this.QueueExists : string -> bool
Public Function QueueExists (path As String) As Boolean

Parameters

path
String

The path of the queue relative to the service namespace base address.

Returns

true if a queue exists in the service namespace; otherwise, false.

Applies to