EndInviteRemoteParticipants Method
Waits for the BeginInviteRemoteParticipants operation to complete.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndInviteRemoteParticipants ( _
result As IAsyncResult _
)
'Usage
Dim instance As Conversation
Dim result As IAsyncResult
instance.EndInviteRemoteParticipants(result)
public void EndInviteRemoteParticipants(
IAsyncResult result
)
Parameters
- result
Type: System..::..IAsyncResult
Remarks
Exceptions
[cref][T:System.ArgumentException]: Thrown if any of the method parameters fail validation.
[cref][T:Microsoft.Rtc.Signaling.OperationFailureException]: Thrown when delivery of the invitation failed for every remote participant to which it was addressed.