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

Return value

Type: Microsoft.Lync.Model.Extensibility.ConversationWindow

See also

Reference

Automation class

Automation members

Microsoft.Lync.Model.Extensibility namespace