Edit

Share via


CompletedResponse Class

Definition

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
CompletedResponse
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)

Applies to