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
ChannelThe channel to update.
cancellationToken
CancellationTokenThe cancellation token.