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