C# Class CmisSync.Lib.Queueing.EventHandlerPriorities

Default event handler priorities.
Mostrar archivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Properties

Property Type Description
CRITICAL int
DEBUG int
FILTER int
HIGH int
HIGHER int
NORMAL int

Public Methods

Method Description
GetPriority ( Type type ) : int

Gets the default priority of the given type

Private Methods

Method Description
EventHandlerPriorities ( ) : System

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

Method Details

GetPriority() public static method

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

Property Details

CRITICAL public_oe static_oe property

public static int CRITICAL
return int

DEBUG public_oe static_oe property

The DEBUG handler priority.
public static int DEBUG
return int

FILTER public_oe static_oe property

The FILTER handler priority.
public static int FILTER
return int

HIGH public_oe static_oe property

The HIGH handler priority.
public static int HIGH
return int

HIGHER public_oe static_oe property

The HIGHER handler priority.
public static int HIGHER
return int

NORMAL public_oe static_oe property

The NORMAL handler priority.
public static int NORMAL
return int