Click or drag to resize
ParticleDeviceRenameAsync Method
Renames the Device.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Task<Result> RenameAsync(
	string newName
)

Parameters

newName
Type: SystemString
The new name.

Return Value

Type: TaskResult

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

See Also