Share via


UserEndpointPresenceServices.EndUpdatePresenceState Method

Completes the asynchronous operation started by BeginUpdatePresenceState

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub EndUpdatePresenceState ( _
    result As IAsyncResult _
)
'Usage
Dim instance As UserEndpointPresenceServices
Dim result As IAsyncResult

instance.EndUpdatePresenceState(result)
public void EndUpdatePresenceState(
    IAsyncResult result
)

Parameters

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

UserEndpointPresenceServices Members

Microsoft.Rtc.Collaboration Namespace