RegistryManager.GetModulesOnDeviceAsync Method

Definition

Overloads

GetModulesOnDeviceAsync(String)

Retrieves the module identities on device

GetModulesOnDeviceAsync(String, CancellationToken)

Retrieves the module identities on device

GetModulesOnDeviceAsync(String)

Retrieves the module identities on device

C#
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Module>> GetModulesOnDeviceAsync(string deviceId);

Parameters

deviceId
String

The device Id.

Returns

List of modules on device.

Applies to

Azure SDK for .NET Latest
Product Versies
Azure SDK for .NET Latest

GetModulesOnDeviceAsync(String, CancellationToken)

Retrieves the module identities on device

C#
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Module>> GetModulesOnDeviceAsync(string deviceId, System.Threading.CancellationToken cancellationToken);

Parameters

deviceId
String

The device Id.

cancellationToken
CancellationToken

The token which allows the operation to be canceled.

Returns

List of modules on device.

Applies to

Azure SDK for .NET Latest
Product Versies
Azure SDK for .NET Latest