The TelnetScript type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TelnetScript |
Creates a new TelnetScript instance.
|
Methods
Name | Description | |
---|---|---|
![]() |
AddTask |
Adds a TelnetTask to this TelnetScript.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
FireTaskEndedEvent |
Fires TaskEnded Event.
|
![]() |
FireTaskFailedEvent |
Fires TaskFailed Event.
|
![]() |
FireTaskStartedEvent |
Fires TaskStarted Event.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetTask |
Gets the named TelnetTask based on the name attribute of a TelnetTask.
|
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
IsComplete |
Checks whether this TelnetScript has completed execution of all TelnetTask.
|
![]() |
IsEmpty |
Checks if there are any TelnetTask bound to this TelnetScript.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Head |
Gets/Sets first task for this TelnetScript.
|
![]() |
Tail |
Gets/Sets last task for this TelnetScript.
|
![]() |
Telnet |
Gets/Sets Telnet instance.
|
Events
Name | Description | |
---|---|---|
![]() |
TaskEndedEvent |
Occurs after a successful completion of the TelnetTask.
|
![]() |
TaskFailedEvent |
Occurs after a TelnetTask fails.
|
![]() |
TaskStartedEvent |
Occurs after a successful start of the TelnetTask.
|