FromResult(TResult)
static
public static Response FromResult<TResult>(TResult value) Creates a new response object which has been fulfilled with the provided value.
Parameters
valueTResult- The value.
Returns
A new response.
public static Response FromResult<TResult>(TResult value)valueTResult