C# Class CmisSync.Lib.Queueing.EventHandlerPriorities

Default event handler priorities.
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Свойство Type Description
CRITICAL int
DEBUG int
FILTER int
HIGH int
HIGHER int
NORMAL int

Méthodes publiques

Méthode Description
GetPriority ( Type type ) : int

Gets the default priority of the given type

Private Methods

Méthode Description
EventHandlerPriorities ( ) : System

Initializes static members of the CmisSync.Lib.Queueing.EventHandlerPriorities class.

Method Details

GetPriority() public static méthode

Gets the default priority of the given type
public static GetPriority ( Type type ) : int
type System.Type /// Type of the event handler. ///
Résultat int

Property Details

CRITICAL public_oe static_oe property

public static int CRITICAL
Résultat int

DEBUG public_oe static_oe property

The DEBUG handler priority.
public static int DEBUG
Résultat int

FILTER public_oe static_oe property

The FILTER handler priority.
public static int FILTER
Résultat int

HIGH public_oe static_oe property

The HIGH handler priority.
public static int HIGH
Résultat int

HIGHER public_oe static_oe property

The HIGHER handler priority.
public static int HIGHER
Résultat int

NORMAL public_oe static_oe property

The NORMAL handler priority.
public static int NORMAL
Résultat int