Click or drag to resize
ParticleEventManagerListensToStreamAsync Method
Listenses to stream for Web Events

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
protected virtual Task ListensToStreamAsync(
	Stream eventStream
)

Parameters

eventStream
Type: System.IOStream
The event stream.

Return Value

Type: Task
Task that can be awaited
See Also