Click or drag to resize

OpsContextProcessDTOCommand Method

Process an operational command.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public CommandResult ProcessDTOCommand(
	OpsCommand command
)

Parameters

command
Type: Micros.OpsOpsCommand
Command to be processed.

Return Value

Type: CommandResult
Returns a CommandResult indicating the success of the command.
See Also