C# 클래스 CmisSync.Lib.Queueing.EventHandlerPriorities

Default event handler priorities.
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CRITICAL int
DEBUG int
FILTER int
HIGH int
HIGHER int
NORMAL int

공개 메소드들

메소드 설명
GetPriority ( Type type ) : int

Gets the default priority of the given type

비공개 메소드들

메소드 설명
EventHandlerPriorities ( ) : System

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

메소드 상세

GetPriority() 공개 정적인 메소드

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

프로퍼티 상세

CRITICAL 공개적으로 정적으로 프로퍼티

public static int CRITICAL
리턴 int

DEBUG 공개적으로 정적으로 프로퍼티

The DEBUG handler priority.
public static int DEBUG
리턴 int

FILTER 공개적으로 정적으로 프로퍼티

The FILTER handler priority.
public static int FILTER
리턴 int

HIGH 공개적으로 정적으로 프로퍼티

The HIGH handler priority.
public static int HIGH
리턴 int

HIGHER 공개적으로 정적으로 프로퍼티

The HIGHER handler priority.
public static int HIGHER
리턴 int

NORMAL 공개적으로 정적으로 프로퍼티

The NORMAL handler priority.
public static int NORMAL
리턴 int