Table of Contents

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

item IotItem

The IoT Item to update.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<bool>

A boolean indicating whether the update was successful.