Edit

Share via


SignalingSession.EndSendProvisionalResponse(IAsyncResult) Method

Definition

Waits for the send provisional operation to complete.

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

Returns the PRACK message data, if the inviter supports reliable response. Can be null if the inviter does not support reliable response.

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