TransactionResponse
class
Namespace: Orleans
Wraps a response together with the transaction information produced by an invocation.
[Orleans.GenerateSerializer]public sealed class TransactionResponse : ResponseConstructors
Properties
ExceptionGetsnullso that the wrapper can be delivered as a successful response, or sets the exception on the wrapped response.InnerResponseGets the wrapped invocation response.ResultGets or sets the wrapped response result.TransactionInfoGets or sets the transaction information returned by the invocation.
Methods
Create(Response, TransactionInfo)Creates a transaction response which wraps an invocation response.DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.GetExceptionGets the exception from the wrapped response.GetResultGets the result as the specified type.ToStringReturns a string that represents the current object.
