UserEndpointPresenceServices.EndDeleteUserPresenceState Method
Completes the asynchronous operation started by BeginDeleteUserPresenceState
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndDeleteUserPresenceState ( _
result As IAsyncResult _
)
'Usage
Dim instance As UserEndpointPresenceServices
Dim result As IAsyncResult
instance.EndDeleteUserPresenceState(result)
public void EndDeleteUserPresenceState(
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. |
See Also
Reference
UserEndpointPresenceServices Class