AudioVideoCall.EndPark(IAsyncResult) Method

Definition

This method is used to determine whether the corresponding operation completed
successfully. This method will wait if the operation has not yet completed

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

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

Returns the Park message data with orbit number and parsed SIP 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 the remote side returns a failure response for the park request.

Thrown when the park 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 like connection failure, Authentication failure.

Applies to