Click or drag to resize

Answer Class

Answers a suitable incoming call.
Inheritance Hierarchy

Namespace:  CallFlowFramework.Nodes
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public class Answer : CallOwnerNode

The Answer type exposes the following members.

Constructors
  NameDescription
Public methodAnswer
Initializes a new instance of the Answer class
Top
Properties
  NameDescription
Public propertyCallName
Gets the name of the call that the node is configured to handle. Never returns null or empty string.
(Inherited from CallOwnerNode.)
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
Gets the information about the action and the call it needs to answer.
(Overrides CallFlowNodeReadableNodeDescription.)
Public propertyTimeout
Gets the timeout associated with the current node.
(Inherited from CallFlowNode.)
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.
(Inherited from CallFlowNode.)
Public methodHandleInboundCall
NOTE: the method is delivered on the telephony's thread. Called by the context unpon a new inbound call.
(Inherited from CallFlowNode.)
Public methodHandleMediaStarted
NOTE: the method is delivered on the telephony's thread.
(Inherited from CallFlowNode.)
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.
(Inherited from CallFlowNode.)
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.
(Inherited from CallFlowNode.)
Public methodRaiseNodeEvents
Raises additional context events, that arises during node lifecycle
(Inherited from CallFlowNode.)
Public methodSignalInvocatinFailed
Must be called when the action is complete unsuccessfully. This will unblock the Invoke block.
(Inherited from CallFlowNode.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also