Table of Contents

Method LoadCollectionByEndpointAsync

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

LoadCollectionByEndpointAsync<T, K>(string, CancellationToken)

protected Task<T?> LoadCollectionByEndpointAsync<T, K>(string endpoint, CancellationToken cancellationToken = default) where T : EntityCollection<K>, new() where K : BaseEntity, new()

Parameters

endpoint string
cancellationToken CancellationToken

Returns

Task<T>

Type Parameters

T
K