Table of Contents

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.Driver
cancellationToken CancellationToken

Returns

Task<Docs.Channel>

GetChannelPropertiesAsync(string, CancellationToken)

public Task<Docs.Channel> GetChannelPropertiesAsync(string driverName, CancellationToken cancellationToken = default)

Parameters

driverName string
cancellationToken CancellationToken

Returns

Task<Docs.Channel>