ShareableContent.EndDownloadFile method

Download the content file

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

Syntax

'Declaration
Public Function EndDownloadFile ( _
    asyncResult As IAsyncResult _
) As String
'Usage
Dim instance As ShareableContent
Dim asyncResult As IAsyncResult
Dim returnValue As String

returnValue = instance.EndDownloadFile(asyncResult)
public string EndDownloadFile(
    IAsyncResult asyncResult
)

Parameters

Return value

Type: System.String

See also

Reference

ShareableContent class

ShareableContent members

Microsoft.Lync.Model.Conversation.Sharing namespace