Automation.EndMeetNow method

Ends the MeetNow 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 EndMeetNow ( _
    asyncResult As IAsyncResult _
) As ConversationWindow
'Usage
Dim instance As Automation
Dim asyncResult As IAsyncResult
Dim returnValue As ConversationWindow

returnValue = instance.EndMeetNow(asyncResult)
public ConversationWindow EndMeetNow(
    IAsyncResult asyncResult
)

Parameters

Return value

Type: Microsoft.Lync.Model.Extensibility.ConversationWindow

See also

Reference

Automation class

Automation members

Microsoft.Lync.Model.Extensibility namespace