Method GetChannelPropertiesAsync
- Namespace
- Kepware.Api.ClientHandler
- Assembly
- Kepware.Api.dll
GetChannelPropertiesAsync(Driver, CancellationToken)
Returns the channel properties for the specified driver in the Kepware server.
public Task<Docs.Channel> GetChannelPropertiesAsync(Docs.Driver driver, CancellationToken cancellationToken = default)
Parameters
driver
Docs.DrivercancellationToken
CancellationToken
Returns
GetChannelPropertiesAsync(string, CancellationToken)
public Task<Docs.Channel> GetChannelPropertiesAsync(string driverName, CancellationToken cancellationToken = default)
Parameters
driverName
stringcancellationToken
CancellationToken