SipSubscription.EndTerminate(IAsyncResult) 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.
Ends the pending terminate operation.
public:
void EndTerminate(IAsyncResult ^ result);
public void EndTerminate (IAsyncResult result);
member this.EndTerminate : IAsyncResult -> unit
Public Sub EndTerminate (result As IAsyncResult)
Parameters
- result
- IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
Thrown when the parameter is null. The IAsyncResult is a required parameter.
Thrown when the IAsyncResult object is created by a Begin method for a different operation
Thrown when End was called multiple times.