Table of Contents

Method GetDefaultValuesAsync

Namespace
Kepware.Api
Assembly
Kepware.Api.dll

GetDefaultValuesAsync(string, string, CancellationToken)

Task<ReadOnlyDictionary<string, JsonElement>> GetDefaultValuesAsync(string driverName, string entityName, CancellationToken cancellationToken = default)

Parameters

driverName string
entityName string
cancellationToken CancellationToken

Returns

Task<ReadOnlyDictionary<string, JsonElement>>