Click or drag to resize
RequestResponseAsResultT Method
Converts the JSon response to a Result

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Result<T> AsResult<T>()

Type Parameters

T
Type of the results

Return Value

Type: ResultT

[Missing <returns> documentation for "M:Particle.RequestResponse.AsResult``1"]

See Also