Click or drag to resize
Result Constructor (Boolean)
Initializes a new instance of the Result class.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Result(
	bool success
)

Parameters

success
Type: SystemBoolean
if set to true the request was successful
See Also