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