Click or drag to resize

CallFlowNode Methods

The CallFlowNode type exposes the following members.

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