ParticleDeviceFlashExampleAppAsync Method |
Flashes the example application asynchronous.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Task<Result> FlashExampleAppAsync(
string exampleId
)
Public Function FlashExampleAppAsync (
exampleId As String
) As Task(Of Result)
public:
Task<Result^>^ FlashExampleAppAsync(
String^ exampleId
)
member FlashExampleAppAsync :
exampleId : string -> Task<Result>
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
See Also