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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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