ApplicationSharingModality.EndRevokeControl method
Revokes control of the shared resource.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub EndRevokeControl ( _
asyncResult As IAsyncResult _
)
'Usage
Dim instance As ApplicationSharingModality
Dim asyncResult As IAsyncResult
instance.EndRevokeControl(asyncResult)
public void EndRevokeControl(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
See also
Reference
ApplicationSharingModality class