Telnet Factory for .NET

TelnetScript Members

TelnetScript overview

Public Instance Constructors

TelnetScript Constructor Creates a new TelnetScript instance.

Public Instance Properties

HeadGets/Sets first task for this TelnetScript.
TailGets/Sets last task for this TelnetScript.
TelnetGets/Sets Telnet instance.

Public Instance Methods

AddTaskAdds a TelnetTask to this TelnetScript.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FireTaskEndedEventFires TaskEnded Event.
FireTaskFailedEventFires TaskFailed Event.
FireTaskStartedEventFires 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.
GetTaskGets the named TelnetTask based on the name attribute of a TelnetTask.
GetType (inherited from Object)Gets the Type of the current instance.
IsCompleteChecks whether this TelnetScript has completed execution of all TelnetTask.
IsEmptyChecks if there are any TelnetTask bound to this TelnetScript.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

TaskEndedEventOccurs after a successful completion of the TelnetTask.
TaskFailedEventOccurs after a TelnetTask fails.
TaskStartedEventOccurs after a successful start of the TelnetTask.

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.

See Also

TelnetScript Class | Jscape.Telnet Namespace