Click or drag to resize

CommandQueueManagerCommandQueueActionPerformed Event

Event which is raised when a command queue action has been performed. Use this event to update observer objects which track changes in the command queue manager. Raised in the same critical action block as the action itself, so the thread which started the action is also raising this event.

Namespace:  SD.Tools.Algorithmia.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
public event EventHandler<CommandQueueActionPerformedEventArgs> CommandQueueActionPerformed

Value

Type: SystemEventHandlerCommandQueueActionPerformedEventArgs
See Also