Edit

Share via


SignalingSession.EndRenegotiateDescription(IAsyncResult) Method

Definition

Waits for the pending renegotiate operation to complete.

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

Returns the SIP response data associated with the operation.

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.

Thrown when the remote side returns a failure response for this operation.

Thrown when any of the sub operations of this operation failed due to invalid object state.

Applies to