Response<TResult>
class
Namespace: Orleans.Serialization.Invocation
A
Response which represents a typed value. [Orleans.SuppressReferenceTracking]public sealed class Response<TResult> : ResponseConstructors
Properties
ExceptionGets the exception associated with the response.ResultGets or sets the untyped result value.TypedResultGets or sets the typed result value.
Methods
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.GetResultGets the result as the specified type.GetSimpleResultTypeGets the result type when the response represents a simple typed result.ToStringReturns a string that represents the current object.
