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
stringcancellationToken
CancellationToken
Returns
- Task<T>
Type Parameters
T
K