Click or drag to resize

CallOwnerNode Properties

The CallOwnerNode type exposes the following members.

Properties
  NameDescription
Public propertyCallName
Gets the name of the call that the node is configured to handle. Never returns null or empty string.
Public propertyContext
Gets a reference to the call flow context.
(Inherited from CallFlowNode.)
Public propertyName
Gets or sets the name of the node - assignable by the user.
(Inherited from CallFlowNode.)
Public propertyReadableNodeDescription
Must return a readable string that will be used for logging and tracing purposes.
(Inherited from CallFlowNode.)
Public propertyTimeout
Gets the timeout associated with the current node.
(Inherited from CallFlowNode.)
Top
See Also