Edit

Share via


SipSubscription.EndSubscribe(IAsyncResult) Method

Definition

Ends the pending asynchronous subscribe operation.

public:
 void EndSubscribe(IAsyncResult ^ result);
public void EndSubscribe (IAsyncResult result);
member this.EndSubscribe : IAsyncResult -> unit
Public Sub EndSubscribe (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

Thrown when the parameter was null. The IAsyncResult is a required parameter.

Thrown when the IAsyncResult object was created by a Begin method for a different operation.

Thrown when End was called multiple times.

Applies to