Optionally overwrites settings of the flow.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
Initialize ( _
	
template 
As 

InstantMessagingFlowTemplate _
)
C#
public 
void 
Initialize(
	

InstantMessagingFlowTemplate 
template
)
Visual C++
public:
void 
Initialize(
	

InstantMessagingFlowTemplate^ 
template
)
JavaScript
function 
initialize(
template);

Parameters

template
Type: Microsoft.Rtc.Collaboration . . :: . InstantMessagingFlowTemplate
Settings for the flow.

Remarks

Can only be called by an application from within the FlowConfigurationRequested event handler.

See Also