C# Класс Wolfje.Plugins.SEconomy.Journal.JournalTransactionCache

Наследование: IDisposable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
UncommittedFundTimer System.Timers.Timer

Открытые методы

Метод Описание
AddCachedTransaction ( CachedTransaction Fund ) : void

Adds a fund to the uncommitted cache

Dispose ( ) : void
JournalTransactionCache ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
ProcessQueueAsync ( ) : Task

Processes all elements in the queue and transfers them

UncommittedFundTimer_Elapsed ( object sender, System e ) : void

Occurs when the cached payments timer needs to commit all the uncommitted transactions

Описание методов

AddCachedTransaction() публичный Метод

Adds a fund to the uncommitted cache
public AddCachedTransaction ( CachedTransaction Fund ) : void
Fund CachedTransaction
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

JournalTransactionCache() публичный Метод

public JournalTransactionCache ( ) : System
Результат System

ProcessQueueAsync() защищенный Метод

Processes all elements in the queue and transfers them
protected ProcessQueueAsync ( ) : Task
Результат Task

UncommittedFundTimer_Elapsed() защищенный Метод

Occurs when the cached payments timer needs to commit all the uncommitted transactions
protected UncommittedFundTimer_Elapsed ( object sender, System e ) : void
sender object
e System
Результат void

Описание свойств

UncommittedFundTimer защищенное свойство

protected System.Timers.Timer UncommittedFundTimer
Результат System.Timers.Timer