Conversation.EndSendInitialContext method

This is used to send application context to the conversation. ContextTypes and contextDatas are mapped together, So they must have the same length.If the contextTypes include application GUID, the caller must have been registered using the same GUID.

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

Syntax

'Declaration
Public Sub EndSendInitialContext ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As Conversation
Dim asyncResult As IAsyncResult

instance.EndSendInitialContext(asyncResult)
public void EndSendInitialContext(
    IAsyncResult asyncResult
)

Parameters

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace