TelnetScript Constructor
|
Creates a new TelnetScript instance. |
Head | Gets/Sets first task for this TelnetScript. |
Tail | Gets/Sets last task for this TelnetScript. |
Telnet | Gets/Sets Telnet instance. |
AddTask | Adds a TelnetTask to this TelnetScript. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FireTaskEndedEvent | Fires TaskEnded Event. |
FireTaskFailedEvent | Fires TaskFailed Event. |
FireTaskStartedEvent | Fires TaskStarted Event. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetTask | Gets the named TelnetTask based on the name attribute of a TelnetTask. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsComplete | Checks whether this TelnetScript has completed execution of all TelnetTask. |
IsEmpty | Checks if there are any TelnetTask bound to this TelnetScript. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
TaskEndedEvent | Occurs after a successful completion of the TelnetTask. |
TaskFailedEvent | Occurs after a TelnetTask fails. |
TaskStartedEvent | Occurs after a successful start of the TelnetTask. |
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. |
TelnetScript Class | Jscape.Telnet Namespace