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