CTI32 Engine Class Library

DialWorker Methods

The methods of the DialWorker class are listed below. For a complete list of DialWorker class members, see the DialWorker Members topic.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Go Starts the DialWorker
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnComplete This method is executed is after all other functions are complete. Use this section to update your database.
OnConnect When using Call Progress 0 or 1, this method is called after the dial.
OnFax When using Call Progress 2, this method is called after the dial.
OnHangup This method is called when the user hangs up. Use this override the call result, if desired.
OnHuman When using Call Progress 2, this method is called after the dial.
OnMachine When using Call Progress 2, this method is called after the dial.
OnNonConnect This method is called after the dial if the call was not connected.
OnPostDial Called Just After the Dial. You can override the Call Result if you need to here.
OnPreDial Called Before The Call Is Placed. You can manipulate the class properties before the dial.

See Also

DialWorker Class | CTI32Engine Namespace