Show / Hide Table of Contents

Interface IRegisterTokenQueueProcessorMonitor

Služba monitorujúca spracovanie položiek fronty

Inherited Members
IDisposable.Dispose()
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
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©