Interface IRegisterTokenQueueProcessorMonitor
Služba monitorujúca spracovanie položiek fronty
Namespace: NineDigit.eKasa
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 |
---|---|
System.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 |
---|---|
System.EventHandler<QueueProcessCurrentItemChange> |
Error
Spracovávač fronty ohlásil chybu
Declaration
event EventHandler<ErrorEventArgs> Error
Event Type
Type | Description |
---|---|
System.EventHandler<System.IO.ErrorEventArgs> |
StateChanged
Stav spracovania bol zmenený
Declaration
event EventHandler<QueueProcessStateChange> StateChanged
Event Type
Type | Description |
---|---|
System.EventHandler<QueueProcessStateChange> |