InstantMessagingFlow.Initialize(InstantMessagingFlowTemplate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optionally overwrites settings of the flow.
public:
void Initialize(Microsoft::Rtc::Collaboration::InstantMessagingFlowTemplate ^ template);
public void Initialize (Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate template);
member this.Initialize : Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate -> unit
Public Sub Initialize (template As InstantMessagingFlowTemplate)
Parameters
- template
- InstantMessagingFlowTemplate
Settings for the flow.
Remarks
Can only be called by an application from within the FlowConfigurationRequested event handler.