Click or drag to resize

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)
Syntax
C#
public override CommandState QueryState(
	CommandContext context
)

Parameters

context
Type: CommandContext
The context.

Return Value

Type: CommandState
The state of the command.
See Also