Response
class
Namespace: Orleans.Serialization.Invocation
Represents the result of a method invocation.
public abstract class Response : IDisposableProperties
Methods
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.FromException(Exception)Creates a new response representing an exception.FromResult(TResult)Creates a new response object which has been fulfilled with the provided value.GetResultGetSimpleResultTypeToStringReturns a string that represents the current object.
