Response<TResult> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |