Edit

Share via


ReferStatus.EndTerminateSubscription(IAsyncResult) Method

Definition

Waits for the pending TerminateSubscription operation to complete.

public:
 Microsoft::Rtc::Signaling::SipResponseData ^ EndTerminateSubscription(IAsyncResult ^ result);
public Microsoft.Rtc.Signaling.SipResponseData EndTerminateSubscription (IAsyncResult result);
member this.EndTerminateSubscription : IAsyncResult -> Microsoft.Rtc.Signaling.SipResponseData
Public Function EndTerminateSubscription (result As IAsyncResult) As SipResponseData

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

Returns the response data associated the unsubscribe request.

Exceptions

Thrown when this method is invoked multiple times using the same result.

Thrown when the result parameter is null.

Thrown when the result parameter is invalid.

Thrown when this operation timed out.

Thrown when any of the sub operations of this operation failed due to SIP related errors like connection failure, Authentication failure.

Applies to