Edit

Share via


ConferenceInvitation.EndDeliver(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::ConferenceInvitationResponse ^ EndDeliver(IAsyncResult ^ result);
public Microsoft.Rtc.Collaboration.ConferenceInvitationResponse EndDeliver (IAsyncResult result);
member this.EndDeliver : IAsyncResult -> Microsoft.Rtc.Collaboration.ConferenceInvitationResponse
Public Function EndDeliver (result As IAsyncResult) As ConferenceInvitationResponse

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Returns

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 invitation was not accepted.

Thrown when this operation timed out.

Thrown when this operation failed with a known reason.

Thrown when this operation failed for other reasons.

Applies to