This topic has not yet been rated - Rate this topic

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
)

Parameters

modalityCallback
Type: System.AsyncCallback
state
Type: System.Object

Return value

Type: System.IAsyncResult
System.IAsyncResult

Call BeginReleaseControl on the ApplicationSharingModality of the participant that has control of a shared resource. The ModalityAction.ReleaseSharingControl is not available when the local participant does not have control of the shared resource.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.