RemotePresence.EndRemoveAllTargets Method
Ends the asynchronous operation started by BeginRemoveAllTargets(AsyncCallback, Object).
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
The reference to the pending asynchronous operation.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when result is null. |
ArgumentException | Thrown when result was created by a Begin method for a different operation. |
InvalidOperationException | Thrown when EndRemoveAllTargets was called more than once for the same instance of result. |