Property | Type | Description | |
---|---|---|---|
categoryCounter | IEventCounter | ||
fullCounter | IEventCounter |
Method | Description | |
---|---|---|
AddEvent ( ISyncEvent newEvent ) : void |
Adds the event to the queue.
|
|
Continue ( ) : void |
Continue the queue consumer if it is suspended.
|
|
Dispose ( ) : void |
Releases all resource used by the CmisSync.Lib.Queueing.SyncEventQueue object. Call Dispose when you are finished using the CmisSync.Lib.Queueing.SyncEventQueue. The Dispose method leaves the CmisSync.Lib.Queueing.SyncEventQueue in an unusable state. After calling Dispose, you must release all references to the CmisSync.Lib.Queueing.SyncEventQueue so the garbage collector can reclaim the memory that the CmisSync.Lib.Queueing.SyncEventQueue was occupying. |
|
StopListener ( ) : void |
Stops the listener.
|
|
Suspend ( ) : void |
Suspend the queue consumer thread after finished the processing of the actual event.
|
|
SyncEventQueue ( ISyncEventManager manager ) : System |
Initializes a new instance of the CmisSync.Lib.Queueing.SyncEventQueue class.
|
|
WaitForStopped ( System.TimeSpan timeout ) : bool |
Waits for stopped.
|
|
WaitForStopped ( int milisecondsTimeout ) : bool |
Waits for stopped.
|
|
WaitForStopped ( ) : void |
Waits for stopped.
|
Method | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void |
Dispose the this instance if isDisposing is true.
|
Method | Description | |
---|---|---|
Listen ( BlockingCollection |
public AddEvent ( ISyncEvent newEvent ) : void | ||
newEvent | ISyncEvent | New event. |
return | void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | If set to |
return | void |
public SyncEventQueue ( ISyncEventManager manager ) : System | ||
manager | ISyncEventManager | Manager holding the handler. |
return | System |
public WaitForStopped ( System.TimeSpan timeout ) : bool | ||
timeout | System.TimeSpan | Timeout time span. |
return | bool |
public WaitForStopped ( int milisecondsTimeout ) : bool | ||
milisecondsTimeout | int | Miliseconds timeout. |
return | bool |