LocalEndpointPresenceServices.EndRefreshRemotePresenceViews Method
Completes the asynchronous operation started by BeginRefreshRemotePresenceViews(AsyncCallback, Object).
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub EndRefreshRemotePresenceViews ( _
result As IAsyncResult _
)
'Usage
Dim instance As LocalEndpointPresenceServices
Dim result As IAsyncResult
instance.EndRefreshRemotePresenceViews(result)
public void EndRefreshRemotePresenceViews(
IAsyncResult result
)
Parameters
- result
Type: System.IAsyncResult
An IAsyncResult that references the asynchronous operation.
See Also
Reference
LocalEndpointPresenceServices Class