Method ReadOrUpdateCheckpoint
ReadOrUpdateCheckpoint(string, string?)
Reads or updates the stored checkpoint request id.
public Task<string?> ReadOrUpdateCheckpoint(string variant, string? update = null)
Parameters
Returns
ReadOrUpdateCheckpoint(ITransaction, string, string?)
Reads or updates the stored checkpoint request id using the given transaction.
public static Task<string?> ReadOrUpdateCheckpoint(ITransaction tx, string variant, string? payload = null)
Parameters
txITransactionvariantstringpayloadstring