Property | Type | Description | |
---|---|---|---|
UncommittedFundTimer | System.Timers.Timer |
Method | Description | |
---|---|---|
AddCachedTransaction ( |
Adds a fund to the uncommitted cache
|
|
Dispose ( ) : void | ||
JournalTransactionCache ( ) : System |
Method | 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
|
public AddCachedTransaction ( |
||
Fund | ||
return | void |
protected UncommittedFundTimer_Elapsed ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |