Click or drag to resize

CallFlowContextAddCall Method

Throws if a call with the given name already exists.

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public void AddCall(
	string call_name,
	ICall value
)

Parameters

call_name
Type: SystemString

[Missing <param name="call_name"/> documentation for "M:CallFlowFramework.CallFlowContext.AddCall(System.String,DomainModel.ICall)"]

value
Type: ICall

[Missing <param name="value"/> documentation for "M:CallFlowFramework.CallFlowContext.AddCall(System.String,DomainModel.ICall)"]

Exceptions
ExceptionCondition
CallFlowError Thrown upon an attempt to add a call the name that is already in the context.
ArgumentException Thrown if the passed in call_name is null or empty.
See Also