Free Trial *Internet Service Required
This topic has not yet been rated - Rate this topic

NamespaceManager.BeginGetRules Method

Asynchronous version of GetRules(String, String) method.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public IAsyncResult BeginGetRules(
	string topicPath,
	string subscriptionName,
	AsyncCallback callback,
	Object state
)

Parameters

topicPath
Type: System.String
The path of the topic relative to the service namespace base address.
subscriptionName
Type: System.String
The name of the subscription.
callback
Type: System.AsyncCallback
An AsyncCallback delegate that references the method to invoke when the operation is complete.
state
Type: System.Object
A user-defined object that contains state information about the asynchronous operation. This object is passed to the EndGetRules(IAsyncResult) delegate when the operation is complete.

Return Value

Type: System.IAsyncResult
An IAsyncResult that references the asynchronous operation to get all rules in the service namespace.
Did you find this helpful?
(1500 characters remaining)
facebook page visit twitter rss feed newsletter