SubmissionEntry<TLogEntry> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for submission entries stored in pending queue.
public class SubmissionEntry<TLogEntry>
type SubmissionEntry<'LogEntry> = class
Public Class SubmissionEntry(Of TLogEntry)
Type Parameters
- TLogEntry
The type of entry for this submission
- Inheritance
-
SubmissionEntry<TLogEntry>
Constructors
SubmissionEntry<TLogEntry>() |
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. |