Click or drag to resize

CallFlowContext Methods

The CallFlowContext type exposes the following members.

Methods
  NameDescription
Public methodAddCall
Throws if a call with the given name already exists.
Public methodClose
Must be called at the end of the flow. Release the phone engine. If the instance is already closed, takes no action.
Public methodCloseAllCalls
Terminates all current calls.
Public methodCreateCall
Creates a call to the given destination. The call created this way is not added to the context.
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 methodStatic memberCreateSipCallFlowContext
Static constructor for SIP Telephony
Public methodStatic memberCreateSkinnyCallFlowContext
Static constructor for Skinny Telephony
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCall
Returns a reference to a call that is currently stored in the context under the given name, if any. If no such call exists, returns null.
Public methodGetCallCount
Gets the number of calls that are in the given state at the time the method is called. Returns 0 if the context is closed.
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 methodGetTelephonyDebugData
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Overridden to return null. This should make the lifetime lease of this remotable object permamnent.
(Overrides MarshalByRefObjectInitializeLifetimeService.)
Public methodSetActiveNode
Sets the currently active node upon the node invocation for event delegation. If is expected that the active node is set on the virtual user's thread.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also