LocalEndpointPresenceServices.BeginRefreshRemotePresenceViews Method
Begins the asynchronous operation to refresh all views that were created out of this endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function BeginRefreshRemotePresenceViews ( _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As LocalEndpointPresenceServices
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginRefreshRemotePresenceViews(callback, _
state)
public IAsyncResult BeginRefreshRemotePresenceViews(
AsyncCallback callback,
Object state
)
Parameters
- callback
Type: System.AsyncCallback
Callback to be invoked when this operation completes.
- 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.
Remarks
This is an expensive operation and applications are advised to use the API sparingly.
See Also
Reference
LocalEndpointPresenceServices Class