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)
Syntaxpublic INodeInvokeResult Invoke()
public:
INodeInvokeResult^ Invoke()
Return Value
Type:
INodeInvokeResult[Missing <returns> documentation for "M:CallFlowFramework.CallFlowNode.Invoke"]
ExceptionsException | Condition |
---|
CallFlowError |
Thrown if the node has already been invoked.
|
See Also