SubmissionEntry<TLogEntry>.ResultPromise Field

Definition

For conditional updates, a promise that resolves once it is known whether the update was successful or not.

public System.Threading.Tasks.TaskCompletionSource<bool> ResultPromise;
val mutable ResultPromise : System.Threading.Tasks.TaskCompletionSource<bool>
Public ResultPromise As TaskCompletionSource(Of Boolean) 

Field Value

Applies to