Method UpdateIotItemAsync
- Namespace
- Kepware.Api.ClientHandler
- Assembly
- Kepware.Api.dll
UpdateIotItemAsync(IotItem, CancellationToken)
Updates the specified IoT Item.
public Task<bool> UpdateIotItemAsync(IotItem item, CancellationToken cancellationToken = default)
Parameters
itemIotItemThe IoT Item to update.
cancellationTokenCancellationTokenThe cancellation token.