Edit

Share via


Response<TResult> Class

Definition

A Response which represents a typed value.

[Orleans.SuppressReferenceTracking]
[Orleans.UseActivator]
public sealed class Response<TResult> : Orleans.Serialization.Invocation.Response
[<Orleans.SuppressReferenceTracking>]
[<Orleans.UseActivator>]
type Response<'Result> = class
    inherit Response
Public NotInheritable Class Response(Of TResult)
Inherits Response

Type Parameters

TResult

The underlying result type.

Inheritance
Response<TResult>
Attributes

Constructors

Response<TResult>()

Properties

Exception
Result
TypedResult System.Object.TypedResult

Methods

Dispose()
GetResult<T>()
GetSimpleResultType()
ToString()

Returns a string that represents the current object.

Extension Methods

ThrowIfExceptionResponse(Response)

Applies to