ParticleCloudClaimDeviceAsync Method |
Claims the specified device for the logged in user
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Task<Result> ClaimDeviceAsync(
string deviceId
)
Public Function ClaimDeviceAsync (
deviceId As String
) As Task(Of Result)
public:
Task<Result^>^ ClaimDeviceAsync(
String^ deviceId
)
member ClaimDeviceAsync :
deviceId : string -> Task<Result>
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