Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Ends the start conversation operation, unblocks program execution on the calling thread, and returns a new conversation window.
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function EndStartConversation ( _
asyncResult As IAsyncResult _
) As ConversationWindow
'Usage
Dim instance As Automation
Dim asyncResult As IAsyncResult
Dim returnValue As ConversationWindow
returnValue = instance.EndStartConversation(asyncResult)
public ConversationWindow EndStartConversation(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: Microsoft.Lync.Model.Extensibility.ConversationWindow