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
- asyncResult
Type: System.IAsyncResult
Return value
Type: System.String