Table of Contents

Method DeserializeJsonArrayAsync

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

DeserializeJsonArrayAsync<K>(HttpResponseMessage, CancellationToken)

protected Task<List<K>?> DeserializeJsonArrayAsync<K>(HttpResponseMessage httpResponse, CancellationToken cancellationToken = default) where K : BaseEntity, new()

Parameters

httpResponse HttpResponseMessage
cancellationToken CancellationToken

Returns

Task<List<K>>

Type Parameters

K