Method | Description | |
---|---|---|
Command ( |
Initializes a new instance of the Command class using a command name and a JSON-encoded string for the parameters.
|
|
Command ( |
Initializes a new instance of the Command class for a Session
|
|
ToString ( ) : string |
Returns a string of the Command object
|
Method | Description | |
---|---|---|
ConvertParametersFromJson ( string value ) : object>.Dictionary |
Gets the command parameters as a Dictionary{K, V}, with a string key, and an object value.
|
public Command ( |
||
name | Name of the command | |
jsonParameters | string | Parameters for the command as a JSON-encoded string. |
return | System.Collections.Generic |
public Command ( |
||
sessionId | Session ID the driver is using | |
name | Name of the command | |
parameters | object>.Dictionary | Parameters for that command |
return | System.Collections.Generic |