This is used to send additional application context to an established conversation. The string context data type and string context data are interpreted by the registered application and are opaque to Lync.

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

Syntax

C#
public 
IAsyncResult 
BeginSendContextData(
	
string 
applicationId,
	
string 
dataType,
	
string 
data,
	
AsyncCallback 
conversationCallback,
	
Object 
state
)

Parameters

applicationId
Type: System . . :: . . String
dataType
Type: System . . :: . . String
data
Type: System . . :: . . String
conversationCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also