EndRemoveAllTargets Method
Complete the async operation started by BeginTerminate.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndRemoveAllTargets ( _
result As IAsyncResult _
)
'Usage
Dim instance As RemotePresence
Dim result As IAsyncResult
instance.EndRemoveAllTargets(result)
public void EndRemoveAllTargets(
IAsyncResult result
)
Parameters
- result
Type: System..::..IAsyncResult
Remarks
Exceptions
[T:System.ArgumentNullException]: Thrown when the parameter was null. The IAsyncResult is a required parameter.
[T:System.ArgumentException]: Thrown when the IAsyncResult object was created by a Begin method for a different operation.
[T:System.InvalidOperationException]: Thrown when the end was called multiple times.