Click or drag to resize

CallFlowNode Class

Acts as a base class for all nodes of the call flow.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    CallFlowFrameworkCallFlowNode
      More...

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public abstract class CallFlowNode : MarshalByRefObject

The CallFlowNode type exposes the following members.

Constructors
  NameDescription
Public methodCallFlowNode(CallFlowSettings)
Validates the passed in parameter against null.
Public methodCallFlowNode(CallFlowContext, TimeSpan)
Validates the passed in parameter against null.
Top
Properties
  NameDescription
Public propertyContext
Gets a reference to the call flow context.
Public propertyName
Gets or sets the name of the node - assignable by the user.
Public propertyReadableNodeDescription
Must return a readable string that will be used for logging and tracing purposes.
Public propertyTimeout
Gets the timeout associated with the current node.
Top
Methods
  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHandleCallStateChanged
NOTE: the method is delivered on the telephony's thread.
Public methodHandleInboundCall
NOTE: the method is delivered on the telephony's thread. Called by the context unpon a new inbound call.
Public methodHandleMediaStarted
NOTE: the method is delivered on the telephony's thread.
Public methodHandleRegistrationStateChanged
NOTE: the method is delivered on the telephony's thread. Called by the context whenever the state of the associated registration is changed.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodInvoke
Blocks until either the invocation succeeds or a timeout accurrs.
Public methodRaiseNodeEvents
Raises additional context events, that arises during node lifecycle
Public methodSignalInvocatinFailed
Must be called when the action is complete unsuccessfully. This will unblock the Invoke block.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy