Freigeben über


RegistryManager.UpdateDeviceAsync Methode

Definition

Überlädt

UpdateDeviceAsync(Device)

Aktualisieren der veränderlichen Felder der Geräteregistrierung

UpdateDeviceAsync(Device, Boolean)

Aktualisieren der veränderlichen Felder der Geräteregistrierung

UpdateDeviceAsync(Device, CancellationToken)

Aktualisieren der veränderlichen Felder der Geräteregistrierung

UpdateDeviceAsync(Device, Boolean, CancellationToken)

Aktualisieren der veränderlichen Felder der Geräteregistrierung

UpdateDeviceAsync(Device)

Aktualisieren der veränderlichen Felder der Geräteregistrierung

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device> UpdateDeviceAsync (Microsoft.Azure.Devices.Device device);
abstract member UpdateDeviceAsync : Microsoft.Azure.Devices.Device -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device>
override this.UpdateDeviceAsync : Microsoft.Azure.Devices.Device -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device>
Public Overridable Function UpdateDeviceAsync (device As Device) As Task(Of Device)

Parameter

device
Device

Das Device-Objekt mit aktualisierten Feldern.

Gibt zurück

Das Device-Objekt mit aktualisiertem ETag.

Gilt für:

UpdateDeviceAsync(Device, Boolean)

Aktualisieren der veränderlichen Felder der Geräteregistrierung

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device> UpdateDeviceAsync (Microsoft.Azure.Devices.Device device, bool forceUpdate);
abstract member UpdateDeviceAsync : Microsoft.Azure.Devices.Device * bool -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device>
override this.UpdateDeviceAsync : Microsoft.Azure.Devices.Device * bool -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device>
Public Overridable Function UpdateDeviceAsync (device As Device, forceUpdate As Boolean) As Task(Of Device)

Parameter

device
Device

Das Device-Objekt mit aktualisierten Feldern.

forceUpdate
Boolean

Erzwingt, dass das Geräteobjekt ohne Berücksichtigung einer ETag-Übereinstimmung ersetzt wird.

Gibt zurück

Das Device-Objekt mit aktualisiertem ETag.

Gilt für:

UpdateDeviceAsync(Device, CancellationToken)

Aktualisieren der veränderlichen Felder der Geräteregistrierung

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device> UpdateDeviceAsync (Microsoft.Azure.Devices.Device device, System.Threading.CancellationToken cancellationToken);
abstract member UpdateDeviceAsync : Microsoft.Azure.Devices.Device * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device>
override this.UpdateDeviceAsync : Microsoft.Azure.Devices.Device * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device>
Public Overridable Function UpdateDeviceAsync (device As Device, cancellationToken As CancellationToken) As Task(Of Device)

Parameter

device
Device

Das Device-Objekt mit aktualisierten Feldern.

cancellationToken
CancellationToken

Das Token, mit dem der Vorgang abgebrochen werden kann.

Gibt zurück

Das Device-Objekt mit aktualisiertem ETag.

Gilt für:

UpdateDeviceAsync(Device, Boolean, CancellationToken)

Aktualisieren der veränderlichen Felder der Geräteregistrierung

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device> UpdateDeviceAsync (Microsoft.Azure.Devices.Device device, bool forceUpdate, System.Threading.CancellationToken cancellationToken);
abstract member UpdateDeviceAsync : Microsoft.Azure.Devices.Device * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device>
override this.UpdateDeviceAsync : Microsoft.Azure.Devices.Device * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Device>
Public Overridable Function UpdateDeviceAsync (device As Device, forceUpdate As Boolean, cancellationToken As CancellationToken) As Task(Of Device)

Parameter

device
Device

Das Device-Objekt mit aktualisierten Feldern.

forceUpdate
Boolean

Erzwingt, dass das Geräteobjekt ersetzt wird, auch wenn es seit dem letzten Abruf aktualisiert wurde.

cancellationToken
CancellationToken

Das Token, mit dem der Vorgang abgebrochen werden kann.

Gibt zurück

Das Device-Objekt mit aktualisierten ETags.

Gilt für: