Click or drag to resize
ParticleDeviceFlashExampleAppAsync Method
Flashes the example application asynchronous.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Task<Result> FlashExampleAppAsync(
	string exampleId
)

Parameters

exampleId
Type: SystemString
The example identifier. This can be found at build.particle.io

Return Value

Type: TaskResult

[Missing <returns> documentation for "M:Particle.ParticleDevice.FlashExampleAppAsync(System.String)"]

Exceptions
ExceptionCondition
ArgumentNullExceptiona null example id is passed
See Also