Click or drag to resize
ParticleDeviceGetVariableValueAsync Method (Variable)
Gets the variable value asynchronous for the provided variable.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Task<Result<Variable>> GetVariableValueAsync(
	Variable variable
)

Parameters

variable
Type: ParticleVariable
The variable.

Return Value

Type: TaskResultVariable

[Missing <returns> documentation for "M:Particle.ParticleDevice.GetVariableValueAsync(Particle.Variable)"]

See Also