Automation.BeginStartConversation Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
BeginStartConversation(String, Int32, AsyncCallback, Object) | Starts a conversation with the given modalities and participants. ConversationWindow representing the conversation window of the started conversation is obtained from asynchronous callback. | |
BeginStartConversation(AutomationModalities, IEnumerable<String>, IEnumerable<KeyValuePair<AutomationModalitySettings, Object>>, AsyncCallback, Object) | Launches a Lync conversation window and invites specified participants using the specified modalities and optional conversation context data. The new conversation window is obtained in the System.AsyncCallback method you pass in the callback argument. |
Top