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
channelChannelThe channel to update.
cancellationTokenCancellationTokenThe cancellation token.