Click or drag to resize
CommandQueueManagerRaiseEvents Property
Gets/ sets the RaiseEvents flag. By default, events are raised when an action is performed. To stop this from happening, call this method and pass false. This flag is for all threads.

Namespace:  SD.Tools.Algorithmia.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public bool RaiseEvents { get; set; }

Property Value

Type: Boolean
See Also