Conversation.EndInviteRemoteParticipants Method
NOTE: This API is now obsolete.
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")> _
Public Sub EndInviteRemoteParticipants ( _
result As IAsyncResult _
)
'Usage
Dim instance As Conversation
Dim result As IAsyncResult
instance.EndInviteRemoteParticipants(result)
[ObsoleteAttribute("This method will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public void EndInviteRemoteParticipants(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when this method is invoked multiple times using the same asyncResult. |
ArgumentNullException | Thrown when the result parameter is null. |
ArgumentException | Thrown when the result parameter is invalid. |
OperationTimeoutException | Thrown when this operation timed out. |
OperationFailureException | Thrown when the delivery of the invitation failed for every remote participant to which it was addressed. |
RealTimeException | Thrown when any of the sub operations of this operation failed due to SIP related errors like connection failure, Authentication failure. |