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

Abstrace baseclass for all SyncEventHandlers which need the queue.
/// Is thrown when an argument passed to a method is invalid because it is . ///
상속: SyncEventHandler
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

보호된 프로퍼티들

프로퍼티 타입 설명
Queue ISyncEventQueue

공개 메소드들

메소드 설명
ReportingSyncEventHandler ( ISyncEventQueue queue ) : System

Initializes a new instance of the CmisSync.Lib.Queueing.ReportingSyncEventHandler class.

메소드 상세

ReportingSyncEventHandler() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Queueing.ReportingSyncEventHandler class.
/// Is thrown when an argument passed to a method is invalid because it is . ///
public ReportingSyncEventHandler ( ISyncEventQueue queue ) : System
queue ISyncEventQueue /// A reference to the queue. ///
리턴 System

프로퍼티 상세

Queue 보호되어 있는 프로퍼티

The queue.
protected ISyncEventQueue Queue
리턴 ISyncEventQueue