Table of Contents

Method SupportedDriversAsync

Namespace
Kepware.Api.ClientHandler
Assembly
Kepware.Api.dll

SupportedDriversAsync(CancellationToken)

Returns a list of all supported drivers from the Kepware server.

public Task<ReadOnlyDictionary<string, Docs.Driver>> SupportedDriversAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task<ReadOnlyDictionary<string, Docs.Driver>>