ApplicationSharingModality.BeginShareResources method (SharingResourceList, AsyncCallback, Object)
Connects the modality, if not connected already, and starts sharing the given resources.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginShareResources ( _
resources As SharingResourceList, _
modalityCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As ApplicationSharingModality
Dim resources As SharingResourceList
Dim modalityCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginShareResources(resources, _
modalityCallback, state)
public IAsyncResult BeginShareResources(
SharingResourceList resources,
AsyncCallback modalityCallback,
Object state
)
Parameters
- resources
Type: Microsoft.Lync.Model.Conversation.Sharing.SharingResourceList
- modalityCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return value
Type: System.IAsyncResult
See also
Reference
ApplicationSharingModality class