TestWebAppCommandQueryState Method |
[This is preliminary documentation and is subject to change.]
Queries the state of the command.
Namespace:
TheInjectables.Feature.PaaSPort.Core.Commands
Assembly:
TheInjectables.Feature.PaaSPort.Core (in TheInjectables.Feature.PaaSPort.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override CommandState QueryState(
CommandContext context
)
Parameters
- context
- Type: CommandContext
The context.
Return Value
Type:
CommandStateThe state of the command.
See Also