Click or drag to resize
Grid Solutions Framework

TimeSliceScannerAsyncTReadNextTimeSliceAsync Method

Reads next time slice from the series set.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public Task<IAsyncEnumerable<T>> ReadNextTimeSliceAsync()
View Source

Return Value

TaskIAsyncEnumerableT
Next time slice.
See Also