| CommandQueueActionPerformedEventArgs Constructor  | 
  
    Namespace: 
   SD.Tools.Algorithmia.Commands
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntaxpublic CommandQueueActionPerformedEventArgs(
	CommandQueueActionType actionType,
	Guid activeCommandStackId
)
Public Sub New ( 
	actionType As CommandQueueActionType,
	activeCommandStackId As Guid
)
Parameters
- actionType
 - Type: SD.Tools.AlgorithmiaCommandQueueActionType
Type of the action. - activeCommandStackId
 - Type: SystemGuid
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) 
See Also