Skip to content

Response.FromResult(TResult)

FromResult(TResult)

static
View source
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.