LocalEndpointPresenceServices.BeginRefreshRemotePresenceViews Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.