Click or drag to resize
ParticleDeviceCallFunctionAsync Method
Calls the function asynchronous.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Task<Result<int>> CallFunctionAsync(
	string functionName,
	string arg
)

Parameters

functionName
Type: SystemString
Name of the function.
arg
Type: SystemString
The argument.

Return Value

Type: TaskResultInt32

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

See Also