Automation.BeginMeetNow method (AsyncCallback, Object)

Launches a Lync Meet Now conversation window using the specified modalities. The new conversation window is obtained in the System.AsyncCallback method you pass in the callback argument.

Namespace:  Microsoft.Lync.Model.Extensibility
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function BeginMeetNow ( _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Automation
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginMeetNow(callback, _
    state)
public IAsyncResult BeginMeetNow(
    AsyncCallback callback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

Automation class

Automation members

BeginMeetNow overload

Microsoft.Lync.Model.Extensibility namespace