ParticleDeviceGetVariableValueAsync Method (Variable) |
Gets the variable value asynchronous for the provided variable.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Task<Result<Variable>> GetVariableValueAsync(
Variable variable
)
Public Function GetVariableValueAsync (
variable As Variable
) As Task(Of Result(Of Variable))
public:
Task<Result<Variable^>^>^ GetVariableValueAsync(
Variable^ variable
)
member GetVariableValueAsync :
variable : Variable -> Task<Result<Variable>>
Parameters
- variable
- Type: ParticleVariable
The variable.
Return Value
Type:
TaskResultVariable[Missing <returns> documentation for "M:Particle.ParticleDevice.GetVariableValueAsync(Particle.Variable)"]
See Also