Click or drag to resize

CommandExecute Method

Executes the command with the specified arguments.

Namespace:  MicaSystems.Utils.CLI
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public abstract void Execute(
	string[] args,
	Guid operationGuid
)

Parameters

args
Type: SystemString
The command's arguments.
operationGuid
Type: SystemGuid
The operation unique identifier.
See Also