Click or drag to resize
ParticleCloudClaimDeviceAsync Method
Claims the specified device for the logged in user

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

Parameters

deviceId
Type: SystemString
The id of the new device

Return Value

Type: TaskResult

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

See Also