CommandQueueActionPerformedEventArgsActiveCommandStackId Property |
Gets or sets the active command stack id. The command is executed on a queue in the stack with this id. Observers
should examine this id and decide whether they act upon this event or ignore it (e.g. the command was on a different stack)
Namespace: SD.Tools.Algorithmia.CommandsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public Guid ActiveCommandStackId { get; set; }
Public Property ActiveCommandStackId As Guid
Get
Set
Property Value
Type:
GuidSee Also