ParticleCloudGetDevicesAsync Method |
Get the list of devices the user has access to
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Task<Result<List<ParticleDevice>>> GetDevicesAsync()
Public Function GetDevicesAsync As Task(Of Result(Of List(Of ParticleDevice)))
public:
Task<Result<List<ParticleDevice^>^>^>^ GetDevicesAsync()
member GetDevicesAsync : unit -> Task<Result<List<ParticleDevice>>>
Return Value
Type:
TaskResultListParticleDevice[Missing <returns> documentation for "M:Particle.ParticleCloud.GetDevicesAsync"]
See Also