The TelnetTask type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Cancel |
Cancels the current task and sets it's status to cancelled.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute |
Executes command as defined in TelnetTask constructor.
|
![]() |
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.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetResponse |
Gets response to command executed.
|
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
IsActive |
Checks if this TelnetTask is active.
|
![]() |
IsCancelled |
Checks if this TelnetTask was cancelled.
|
![]() |
IsComplete |
Checks if this TelnetTask is complete due to sucessful completion,
cancellation or exceeded timeout.
|
![]() |
IsPending |
Checks if this TelnetTask is pending activation.
|
![]() |
IsRunning |
Checks if this TelnetTask is running.
|
![]() |
IsTimedOut |
Checks if this TelnetTask exceeded task timeout.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
OnTaskDataReceived |
Gets data received from TELNET server.
|
![]() |
ToString | (Inherited from Object.) |