Table of Contents

Method UpdateChannelAsync

Namespace
Kepware.Api.ClientHandler
Assembly
Kepware.Api.dll

UpdateChannelAsync(Channel, CancellationToken)

Updates the specified channel.

public Task<bool> UpdateChannelAsync(Channel channel, CancellationToken cancellationToken = default)

Parameters

channel Channel

The channel to update.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<bool>

A task that represents the asynchronous operation. The task result contains a boolean indicating whether the update was successful.