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

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public ParticleCloud(
	Uri baseUri
)

Parameters

baseUri
Type: SystemUri
The url to the particle sdk i.e. https://api.particle.io/v1/
See Also