Automation.EndStartConversation Method
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