Automation.BeginMeetNow method (IntPtr, 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 ( _
parentHWND As IntPtr, _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Automation
Dim parentHWND As IntPtr
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginMeetNow(parentHWND, _
callback, state)
public IAsyncResult BeginMeetNow(
IntPtr parentHWND,
AsyncCallback callback,
Object state
)
Parameters
- parentHWND
Type: System.IntPtr
- callback
Type: System.AsyncCallback
- state
Type: System.Object
Return value
Type: System.IAsyncResult