C# Class Wolfje.Plugins.SEconomy.Journal.JournalTransactionCache

Inheritance: IDisposable
Afficher le fichier Open project: tylerjwatson/SEconomy

Protected Properties

Свойство Type Description
UncommittedFundTimer System.Timers.Timer

Méthodes publiques

Méthode Description
AddCachedTransaction ( CachedTransaction Fund ) : void

Adds a fund to the uncommitted cache

Dispose ( ) : void
JournalTransactionCache ( ) : System

Méthodes protégées

Méthode Description
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

Method Details

AddCachedTransaction() public méthode

Adds a fund to the uncommitted cache
public AddCachedTransaction ( CachedTransaction Fund ) : void
Fund CachedTransaction
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

JournalTransactionCache() public méthode

public JournalTransactionCache ( ) : System
Résultat System

ProcessQueueAsync() protected méthode

Processes all elements in the queue and transfers them
protected ProcessQueueAsync ( ) : Task
Résultat Task

UncommittedFundTimer_Elapsed() protected méthode

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
Résultat void

Property Details

UncommittedFundTimer protected_oe property

protected System.Timers.Timer UncommittedFundTimer
Résultat System.Timers.Timer