Conversation.EndInviteRemoteParticipants(IAsyncResult) Method

Definition

Caution

This method will be removed from future versions. See ConferenceInvitation.EndDeliver for more information

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

public:
 void EndInviteRemoteParticipants(IAsyncResult ^ result);
[System.Obsolete("This method will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public void EndInviteRemoteParticipants (IAsyncResult result);
member this.EndInviteRemoteParticipants : IAsyncResult -> unit
Public Sub EndInviteRemoteParticipants (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

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 this operation timed out.

Thrown when the delivery of the invitation failed for every remote participant to which it was addressed.

Thrown when any of the sub operations of this operation failed due to SIP related errors like connection failure, Authentication failure.

Applies to