Sends an application hyperlink and application Id as initial conversation context.

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

Syntax

C#
public 
IAsyncResult 
BeginSendInitialContext(
	
IEnumerable<
KeyValuePair<
ContextType,

Object>> 
contextData,
	
AsyncCallback 
callback,
	
Object 
state
)

Parameters

contextData
Type: System.Collections.Generic . . :: . . IEnumerable < (Of < ( <' KeyValuePair < (Of < ( <' ContextType, Object > ) > ) > > ) > ) >
callback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also