LocalEndpointPresenceServices.BeginRefreshRemotePresenceViews Method

Definition

Begins the asynchronous operation to refresh all views that were created out of this endpoint.

public:
 IAsyncResult ^ BeginRefreshRemotePresenceViews(AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginRefreshRemotePresenceViews (AsyncCallback callback, object state);
member this.BeginRefreshRemotePresenceViews : AsyncCallback * obj -> IAsyncResult
Public Function BeginRefreshRemotePresenceViews (callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

callback
AsyncCallback

Callback to be invoked when this operation completes.

state
Object

A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.

Returns

An IAsyncResult that references the asynchronous operation.

Remarks

This is an expensive operation and applications are advised to use the API sparingly.

Applies to