Skip to content

Response<TResult>

class

Namespace: Orleans.Serialization.Invocation

A Response which represents a typed value.
[Orleans.SuppressReferenceTracking]
public sealed class Response<TResult> : Response

Constructors

Properties

  • Exception Gets the exception associated with the response.
  • Result Gets or sets the untyped result value.
  • TypedResult Gets or sets the typed result value.

Methods

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