Redagować

Udostępnij przez


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

Name Description
CompletedResponse()

Properties

Name Description
Exception
Instance

Gets the singleton instance of this class.

Result

Methods

Name Description
Dispose()
GetResult<T>()
GetSimpleResultType() (Inherited from Response)
ToString()

Returns a string that represents the current object.

Extension Methods

Name Description
ThrowIfExceptionResponse(Response)

Applies to