Skip to content

DurableTaskCompletionSourceState<T> Properties

Describes the state of a durable task completion source.

Exception

getinit
View source
[Orleans.Id(2)]
public Exception? Exception
Gets the exception for a faulted task.

Status

getinit
View source
[Orleans.Id(0)]
public DurableTaskCompletionSourceStatus Status
Gets the completion status.

Value

getinit
View source
[Orleans.Id(1)]
public T? Value
Gets the result for a successfully completed task.