Click or drag to resize

CallFlowNodeHandleRegistrationStateChanged Method

NOTE: the method is delivered on the telephony's thread. Called by the context whenever the state of the associated registration is changed.

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public void HandleRegistrationStateChanged(
	RegistrationState new_state,
	string reason
)

Parameters

new_state
Type: RegistrationState

[Missing <param name="new_state"/> documentation for "M:CallFlowFramework.CallFlowNode.HandleRegistrationStateChanged(DomainModel.RegistrationState,System.String)"]

reason
Type: SystemString

[Missing <param name="reason"/> documentation for "M:CallFlowFramework.CallFlowNode.HandleRegistrationStateChanged(DomainModel.RegistrationState,System.String)"]

See Also