Call.EndAccept(IAsyncResult) Method

Definition

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

public:
 Microsoft::Rtc::Collaboration::CallMessageData ^ EndAccept(IAsyncResult ^ result);
public Microsoft.Rtc.Collaboration.CallMessageData EndAccept (IAsyncResult result);
member this.EndAccept : IAsyncResult -> Microsoft.Rtc.Collaboration.CallMessageData
Public Function EndAccept (result As IAsyncResult) As CallMessageData

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

Returns the parsed SIP response received with an Ack response.

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 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 fail due to media provider-related issues.

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

Applies to