Share via


ApplicationSharingModality.BeginShareResources method (SharingResource, AsyncCallback, Object)

Starts sharing resources with the given a resource.

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

Syntax

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

returnValue = instance.BeginShareResources(resource, _
    callback, state)
public IAsyncResult BeginShareResources(
    SharingResource resource,
    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