The TelnetTask type exposes the following members.

Methods

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

See Also