SubmissionEntry<TLogEntry>.ResultPromise Field
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.
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)