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.
Namespace:
Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public IAsyncResult BeginStartConversation( AutomationModalities conversationModes, IEnumerable< string> participantUris, IEnumerable< KeyValuePair< AutomationModalitySettings, Object>> contextData, AsyncCallback callback, Object state ) |
Parameters
- conversationModes
- Type:
Microsoft.Lync.Model.Extensibility
.
.
::
.
.
AutomationModalities
- participantUris
- Type:
System.Collections.Generic
.
.
::
.
.
IEnumerable
<
(Of
<
(
<'
String
>
)
>
)
>
- contextData
- Type:
System.Collections.Generic
.
.
::
.
.
IEnumerable
<
(Of
<
(
<'
KeyValuePair
<
(Of
<
(
<'
AutomationModalitySettings,
Object
>
)
>
)
>
>
)
>
)
>
- callback
- Type:
System
.
.
::
.
.
AsyncCallback
- state
- Type:
System
.
.
::
.
.
Object