Click or drag to resize

OpsContextProcessDTOCommand Method

Process an operational command.

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

Parameters

command  OpsCommand
Command to be processed.

Return Value

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