Edit

Share via


Call.EndSendInfo(IAsyncResult) Method

Definition

Caution

This method will be removed from future versions. AudioVideoCall users can refer to AudioVideoCall.EndSendMessage(). Derived class implementation can refer to protected method EndSendMessage().

Determines whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.

public:
 Microsoft::Rtc::Signaling::SipResponseData ^ EndSendInfo(IAsyncResult ^ result);
[System.Obsolete("This method will be removed from future versions. AudioVideoCall users can refer to AudioVideoCall.EndSendMessage(). Derived class implementation can refer to protected method EndSendMessage().")]
public Microsoft.Rtc.Signaling.SipResponseData EndSendInfo (IAsyncResult result);
member this.EndSendInfo : IAsyncResult -> Microsoft.Rtc.Signaling.SipResponseData
Public Function EndSendInfo (result As IAsyncResult) As SipResponseData

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

Returns the response data.

Attributes

Exceptions

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

Thrown when the result parameter is null.

Thrown when the result parameter is invalid.

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

Thrown when this operation timed out.

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

Thrown when any of the sub-operations of this operation failed due to SIP-related errors such as connection failure or authentication failure.

Applies to