CompletedResponse 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.
Represents a completed Response.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
[Orleans.SuppressReferenceTracking]
[Orleans.UseActivator]
public sealed class CompletedResponse : Orleans.Serialization.Invocation.Response
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<Orleans.SuppressReferenceTracking>]
[<Orleans.UseActivator>]
type CompletedResponse = class
inherit Response
Public NotInheritable Class CompletedResponse
Inherits Response
- Inheritance
- Attributes
Constructors
CompletedResponse() |
Properties
Exception | System.Object.Exception |
Instance |
Gets the singleton instance of this class. |
Result | System.Object.Result |
Methods
Dispose() | System.Object.Dispose |
GetResult<T>() | System.Object.GetResult``1 |
GetSimpleResultType() | (Inherited from Response) |
ToString() | Returns a string that represents the current object. |
Extension Methods
ThrowIfExceptionResponse(Response) |