ApplicationSharingModality.BeginReleaseControl method
Lync 2013
Releases control of the shared resource.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Public Function BeginReleaseControl ( _ modalityCallback As AsyncCallback, _ state As Object _ ) As IAsyncResult
Dim instance As ApplicationSharingModality Dim modalityCallback As AsyncCallback Dim state As Object Dim returnValue As IAsyncResult returnValue = instance.BeginReleaseControl(modalityCallback, _ state)
public IAsyncResult BeginReleaseControl(
AsyncCallback modalityCallback,
Object state
)