Conversation.EndSendContextData method
This is used to send application context type and data to the conversation. The application Id has to be registered on the caller side. The context data will be sent in raw foramts
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub EndSendContextData ( _
asyncResult As IAsyncResult _
)
'Usage
Dim instance As Conversation
Dim asyncResult As IAsyncResult
instance.EndSendContextData(asyncResult)
public void EndSendContextData(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult