Skip to content

SubmissionEntry<TLogEntry>

class

Namespace: Orleans.EventSourcing.Common

Base class for submission entries stored in pending queue.
public class SubmissionEntry<TLogEntry>

Constructors

Fields

  • ConditionalPosition For conditional updates, the log position at which this update is supposed to be applied.
  • Entry The log entry that is submitted.
  • ResultPromise For conditional updates, a promise that resolves once it is known whether the update was successful or not.
  • SubmissionTime A timestamp for this submission.