Method | Description | |
---|---|---|
Execute ( CommandContext context ) : void |
Executes the command in the specified context.
|
|
QueryState ( CommandContext context ) : CommandState |
Method | Description | |
---|---|---|
Run ( ClientPipelineArgs args ) : void |
public Execute ( CommandContext context ) : void | ||
context | CommandContext | The context. |
return | void |
public QueryState ( CommandContext context ) : CommandState | ||
context | CommandContext | |
return | CommandState |
protected Run ( ClientPipelineArgs args ) : void | ||
args | ClientPipelineArgs | |
return | void |