Share via


ApplicationSharingModality.BeginShareResources method (IList<SharingResource>, AsyncCallback, Object)

Starts sharing resources with the given a list of resources.

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

Syntax

'Declaration
Public Function BeginShareResources ( _
    resourceList As IList(Of SharingResource), _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ApplicationSharingModality
Dim resourceList As IList(Of SharingResource)
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginShareResources(resourceList, _
    callback, state)
public IAsyncResult BeginShareResources(
    IList<SharingResource> resourceList,
    AsyncCallback callback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

ApplicationSharingModality class

ApplicationSharingModality members

BeginShareResources overload

Microsoft.Lync.Model.Conversation.Sharing namespace