Skip to content

DurableTaskCompletionSourceState<T>

struct

Namespace: Orleans.Journaling

Describes the state of a durable task completion source.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct DurableTaskCompletionSourceState<T>

Properties

  • Exception Gets the exception for a faulted task.
  • Status Gets the completion status.
  • Value Gets the result for a successfully completed task.