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

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public ParticleEventManager(
	Uri streamUri,
	string accessToken
)

Parameters

streamUri
Type: SystemUri
The stream URI. i.e. https://api.particle.io/v1/devices/events
accessToken
Type: SystemString
The access token for authentication.
See Also