Command Methods
The Command type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Creates a new object that is a deep copy of the current Command. | |
|
|
Indicates whether the current Command is equal to another Command. | |
|
|
Determines whether the specified Object is equal to the
current Command. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Sets the DateTime that indicates when processing the data in this Command ended to SteadyTime.Now. | |
|
|
Sets the DateTime that indicates when processing the data in this Command started to SteadyTime.Now. | |
|
|
Creates a new Command that is a shallow copy of the current Command. | |
|
|
Returns a String that represents the
Name of the
current Command. |
Extension Methods
|
|
Name |
Description |
|---|---|---|
|
|
Returns an unformatted JSON String that represents the
current Command. | |
|
|
Returns an unformatted JSON String that represents the
current Command. | |
|
|
Returns a JSON String that represents the
current Command. |