CallFlowNode Class |
Namespace: CallFlowFramework
The CallFlowNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | CallFlowNode(CallFlowSettings) |
Validates the passed in parameter against null.
|
![]() | CallFlowNode(CallFlowContext, TimeSpan) |
Validates the passed in parameter against null.
|
Name | Description | |
---|---|---|
![]() | Context |
Gets a reference to the call flow context.
|
![]() | Name |
Gets or sets the name of the node - assignable by the user.
|
![]() | ReadableNodeDescription |
Must return a readable string that will be used for logging and tracing purposes.
|
![]() | Timeout |
Gets the timeout associated with the current node.
|
Name | Description | |
---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HandleCallStateChanged |
NOTE: the method is delivered on the telephony's thread.
|
![]() | HandleInboundCall |
NOTE: the method is delivered on the telephony's thread.
Called by the context unpon a new inbound call.
|
![]() | HandleMediaStarted |
NOTE: the method is delivered on the telephony's thread.
|
![]() | HandleRegistrationStateChanged |
NOTE: the method is delivered on the telephony's thread.
Called by the context whenever the state of the associated registration is changed.
|
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | Invoke |
Blocks until either the invocation succeeds or a timeout accurrs.
|
![]() | RaiseNodeEvents |
Raises additional context events, that arises during node lifecycle
|
![]() | SignalInvocatinFailed |
Must be called when the action is complete unsuccessfully. This will unblock the Invoke block.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |