Click or drag to resize

CallFlowContextGetCall Method

Returns a reference to a call that is currently stored in the context under the given name, if any. If no such call exists, returns null.

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public ICall GetCall(
	string call_name
)

Parameters

call_name
Type: SystemString

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

Return Value

Type: ICall

[Missing <returns> documentation for "M:CallFlowFramework.CallFlowContext.GetCall(System.String)"]

Exceptions
ExceptionCondition
InvalidOperationException Thrown if the context is closed.
See Also