Interface IRegisterTokenQueueProcessorMonitor
Služba monitorujúca spracovanie položiek fronty
Inherited Members
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public interface IRegisterTokenQueueProcessorMonitor : IDisposable
Properties
CurrentItem
Aktuálne spracovávaná položka
Declaration
IRegisterToken CurrentItem { get; }
Property Value
| Type | Description |
|---|---|
| IRegisterToken |
LastError
Posledná ohlásená chyba spracovávača fronty v stave Error
Declaration
Exception LastError { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
State
Stav spracovávača fronty
Declaration
QueueProcessState State { get; }
Property Value
| Type | Description |
|---|---|
| QueueProcessState |
Events
CurrentItemChanged
Aktuálne spracovanávaná položka bola zmenená
Declaration
event EventHandler<QueueProcessCurrentItemChange> CurrentItemChanged
Event Type
| Type | Description |
|---|---|
| EventHandlerQueueProcessCurrentItemChange |
Error
Spracovávač fronty ohlásil chybu
Declaration
event EventHandler<ErrorEventArgs> Error
Event Type
| Type | Description |
|---|---|
| EventHandlerSystem.IO.ErrorEventArgs |
StateChanged
Stav spracovania bol zmenený
Declaration
event EventHandler<QueueProcessStateChange> StateChanged
Event Type
| Type | Description |
|---|---|
| EventHandlerQueueProcessStateChange |