Skip to content

CompletedResponse

class

Namespace: Orleans.Serialization.Invocation

Represents a completed Response.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
[Orleans.SuppressReferenceTracking]
public sealed class CompletedResponse : Response

Constructors

Properties

  • Exception Gets or sets the exception represented by this response.
  • Instance Gets the singleton instance of this class.
  • Result Gets or sets the untyped result value.

Methods

  • DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
  • GetResult Gets the result as the specified type.
  • ToStringReturns a string that represents the current object.