Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encryption
- EncryptionList
- ExitSignal
- ExitStatus
- FingerPrintType
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyFowarding
- Login
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StripANSI
- Subsystem
- TerminalType
- Timeout
- Version
- Events
- How to get support?
StateText method
Returns string expression that represents (current) state.
Type
StringSyntax
- C#
- VB.NET
public String StateText();
The StateText() syntax has these parts:
public String StateText(States StateID);
The StateText(StateID) syntax has these parts:
The StateText() syntax has these parts:
Return value | String expression of a current state. |
public String StateText(States StateID);
The StateText(StateID) syntax has these parts:
StateID | Value from States enumeration. |
Return value | String expression of a given state. |
public Function StateText() As String
The StateText() syntax has these parts:
public Function StateText(ByVal StateID As States) As String
The StateText(StateID) syntax has these parts:
The StateText() syntax has these parts:
Return value | String expression of a current state. |
public Function StateText(ByVal StateID As States) As String
The StateText(StateID) syntax has these parts:
StateID | Value from States enumeration. |
Return value | String expression of a given state. |