SubscriptionClient.OnBeginRemoveRule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begins removing a RuleDescription from a SubscriptionDescription through the run-time client protocol.
protected abstract IAsyncResult OnBeginRemoveRule (string ruleName, TimeSpan timeout, AsyncCallback callback, object state);
abstract member OnBeginRemoveRule : string * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected MustOverride Function OnBeginRemoveRule (ruleName As String, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- ruleName
- String
The name of the rule to remove.
- timeout
- TimeSpan
The wait time before the operation times out.
- callback
- AsyncCallback
An AsyncCallback delegate that references the method to invoke when the operation is complete.
- state
- Object
A user-defined object that contains information about the receive operation. This object is passed to the RemoveRule(String) delegate when the operation is complete.
Returns
An IAsyncResult that references the asynchronous RemoveRule(String).
Applies to
Azure SDK for .NET