LocalEndpointPresenceServices.EndRefreshRemotePresenceViews 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.
Completes the asynchronous operation started by BeginRefreshRemotePresenceViews(AsyncCallback, Object).
public:
void EndRefreshRemotePresenceViews(IAsyncResult ^ result);
public void EndRefreshRemotePresenceViews (IAsyncResult result);
member this.EndRefreshRemotePresenceViews : IAsyncResult -> unit
Public Sub EndRefreshRemotePresenceViews (result As IAsyncResult)
Parameters
- result
- IAsyncResult
An IAsyncResult that references the asynchronous operation.