ContentSharingModality.EndCreateContentFromFile method
Creates a content object of the given type with the given title and file name.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function EndCreateContentFromFile ( _
asyncResult As IAsyncResult _
) As ShareableContent
'Usage
Dim instance As ContentSharingModality
Dim asyncResult As IAsyncResult
Dim returnValue As ShareableContent
returnValue = instance.EndCreateContentFromFile(asyncResult)
public ShareableContent EndCreateContentFromFile(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return value
Type: Microsoft.Lync.Model.Conversation.Sharing.ShareableContent