Skip to content

TransactionResponse Properties

Wraps a response together with the transaction information produced by an invocation.

Exception

overridegetset
View source
public override Exception? Exception
Gets null so that the wrapper can be delivered as a successful response, or sets the exception on the wrapped response.

Result

overridegetset
View source
public override object? Result
Gets or sets the wrapped response result.

TransactionInfo

getset
View source
[Orleans.Id(1)]
public TransactionInfo? TransactionInfo
Gets or sets the transaction information returned by the invocation.