UserEndpointPresenceServices.BeginUpdatePrivacyPreference Method
Begins an asynchronous operation to set the local owner preferred privacy mode.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function BeginUpdatePrivacyPreference ( _
privacyPreference As PrivacyModePreference, _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As UserEndpointPresenceServices
Dim privacyPreference As PrivacyModePreference
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginUpdatePrivacyPreference(privacyPreference, _
userCallback, state)
public IAsyncResult BeginUpdatePrivacyPreference(
PrivacyModePreference privacyPreference,
AsyncCallback userCallback,
Object state
)
Parameters
- privacyPreference
Type: Microsoft.Rtc.Collaboration.Presence.PrivacyModePreference
Value indicating what the local owner's privacy preference would be.
- userCallback
Type: System.AsyncCallback
The method to be called when the asynchronous operation is completed.
- state
Type: System.Object
A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.
Return Value
Type: System.IAsyncResult
An IAsyncResult that references the asynchronous operation.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the endpoint is not a user endpoint or subscribed to this session. |
See Also
Reference
UserEndpointPresenceServices Class