TransactionResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Orleans.GenerateSerializer]
public sealed class TransactionResponse : Orleans.Serialization.Invocation.Response
[<Orleans.GenerateSerializer>]
type TransactionResponse = class
inherit Response
Public NotInheritable Class TransactionResponse
Inherits Response
- Inheritance
- Attributes
Constructors
TransactionResponse() |
Properties
Exception | |
InnerResponse | |
Result | |
TransactionInfo |
Methods
Create(Response, TransactionInfo) | |
Dispose() | |
GetException() | |
GetResult<T>() | |
GetSimpleResultType() | (Inherited from Response) |
ToString() | (Inherited from Response) |
Extension Methods
ThrowIfExceptionResponse(Response) |