Method | Description | |
---|---|---|
Clear ( ) : void | ||
HasRecordOf ( string transactionID ) : bool | ||
Record ( string transactionID ) : void | ||
TransactionLog ( ILogger logger, string persistentDataPath ) : System |
Method | Description | |
---|---|---|
ComputeHash ( string transactionID ) : string | ||
GetRecordPath ( string transactionID ) : string |
public HasRecordOf ( string transactionID ) : bool | ||
transactionID | string | |
return | bool |
public Record ( string transactionID ) : void | ||
transactionID | string | |
return | void |
public TransactionLog ( ILogger logger, string persistentDataPath ) : System | ||
logger | ILogger | |
persistentDataPath | string | |
return | System |