C# 클래스 Wolfje.Plugins.SEconomy.Journal.JournalTransactionCache

상속: IDisposable
파일 보기 프로젝트 열기: tylerjwatson/SEconomy

보호된 프로퍼티들

프로퍼티 타입 설명
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