C# Class 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 . ///
Inheritance: SyncEventHandler
ファイルを表示 Open project: OpenDataSpace/CmisSync

Protected Properties

Property Type Description
Queue ISyncEventQueue

Public Methods

Method Description
ReportingSyncEventHandler ( ISyncEventQueue queue ) : System

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

Method Details

ReportingSyncEventHandler() public method

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. ///
return System

Property Details

Queue protected_oe property

The queue.
protected ISyncEventQueue Queue
return ISyncEventQueue