'Declaration
Public Overloads Function Execute( _
ByVal command As String, _
ByVal As Object _
) As Data
'Usage
Dim instance As Ssh
Dim command As String
Dim state As Object
Dim value As Data
value = instance.Execute(command, state)
Parameters
- command
- Command to execute.
- state
- Optional parameter useful for passing state information to the Data event in a COM environment.
Return Value
A
Data object containing the response from the server.