ApplicationSharingModality.BeginGrantControl method

Grants control of the shared resource.

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function BeginGrantControl ( _
    modalityCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ApplicationSharingModality
Dim modalityCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGrantControl(modalityCallback, _
    state)
public IAsyncResult BeginGrantControl(
    AsyncCallback modalityCallback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

ApplicationSharingModality class

ApplicationSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace