ShareableContent.BeginDownloadFile method

Download the content file

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

Syntax

'Declaration
Public Function BeginDownloadFile ( _
    localPath As String, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ShareableContent
Dim localPath As String
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginDownloadFile(localPath, _
    callback, state)
public IAsyncResult BeginDownloadFile(
    string localPath,
    AsyncCallback callback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

ShareableContent class

ShareableContent members

Microsoft.Lync.Model.Conversation.Sharing namespace