Click or drag to resize

CallFlowNodeInvoke Method

Blocks until either the invocation succeeds or a timeout accurrs.

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public INodeInvokeResult Invoke()

Return Value

Type: INodeInvokeResult

[Missing <returns> documentation for "M:CallFlowFramework.CallFlowNode.Invoke"]

Exceptions
ExceptionCondition
CallFlowError Thrown if the node has already been invoked.
See Also