Skip to content

IDurableTaskCompletionSource<T> Properties

Represents a task completion source whose terminal state is recorded in a journal.

State

abstractget
public abstract DurableTaskCompletionSourceState<T> State
Gets the current durable completion state.

Task

abstractget
public abstract Task<T> Task
Gets the task which completes after the terminal state has been persisted.