SignalingSession.EndSendReliableProvisionalResponse(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.
Waits for the pending SendProvisionalResponse operation to complete.
public:
Microsoft::Rtc::Signaling::SipRequestData ^ EndSendReliableProvisionalResponse(IAsyncResult ^ result);
public Microsoft.Rtc.Signaling.SipRequestData EndSendReliableProvisionalResponse (IAsyncResult result);
member this.EndSendReliableProvisionalResponse : IAsyncResult -> Microsoft.Rtc.Signaling.SipRequestData
Public Function EndSendReliableProvisionalResponse (result As IAsyncResult) As SipRequestData
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 SendProvisionalResponse is called multiple times using the same asyncResult.
Thrown when invalid arguments are passed.
Thrown when null is supplied for a required argument. The argument name which is required is is part of the exception message.