Click or drag to resize

SynchronizedOperationType Enumeration

Represents the available types of synchronized operations.

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public enum SynchronizedOperationType
Members
Member nameValueDescription
Short0ShortSynchronizedOperation
Long1LongSynchronizedOperation
LongBackground2LongSynchronizedOperation with IsBackground set to true
Mixed3MixedSynchronizedOperation
DedicatedForeground4DedicatedSynchronizedOperation with IsBackground set to false
DedicatedBackground5DedicatedSynchronizedOperation with IsBackground set to true
See Also