Starts a conversation with the given modalities and participants. ConversationWindow representing the conversation window of the started conversation is obtained from asynchronous callback.

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

Syntax

C#
public 
IAsyncResult 
BeginStartConversation(
	
string 
conferenceUrl,
	
int 
parentHWND,
	
AsyncCallback 
callback,
	
Object 
state
)

Parameters

conferenceUrl
Type: System . . :: . . String
parentHWND
Type: System . . :: . . Int32
callback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also