This topic has not yet been rated - Rate this topic

ServiceBusNamespaceClient.BeginDeleteTopic Method

Asynchronous version of DeleteTopic(String).

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
public IAsyncResult BeginDeleteTopic(
	string path,
	AsyncCallback callback,
	Object state
)

Parameters

path
Type: System.String
Path of the topic relative to the service namespace base address.
callback
Type: System.AsyncCallback
A AsyncCallback delegate that references the method to invoke when the operation is complete.
state
Type: System.Object
A user-defined object that contains information about the receive operation. This object is passed to the EndDeleteTopic(IAsyncResult) delegate when the operation is complete.

Return Value

Type: System.IAsyncResult
An IAsyncResult object that references the asynchronously deleted topic.
Exception Condition
ArgumentException

path is empty or null, or path starts or ends with "/".

Did you find this helpful?
(1500 characters remaining)