Loading...
Searching...
No Matches
ATAS.Indicators.Heatmap.IHeatmapDisposableIndicator Interface Reference

Optional capability: receive a deterministic disposal signal. The supervisor invokes DisposeAsync on the instance's own consumer task — serialised against any other in-flight call, observing the per-call timeout — when the instance is removed via HeatmapIndicatorsController.RemoveInstanceAsync or when the controller itself is disposed. More...

Public Member Functions

ValueTask DisposeAsync (CancellationToken cancellationToken)
 

Detailed Description

Optional capability: receive a deterministic disposal signal. The supervisor invokes DisposeAsync on the instance's own consumer task — serialised against any other in-flight call, observing the per-call timeout — when the instance is removed via HeatmapIndicatorsController.RemoveInstanceAsync or when the controller itself is disposed.

Member Function Documentation

◆ DisposeAsync()

ValueTask ATAS.Indicators.Heatmap.IHeatmapDisposableIndicator.DisposeAsync ( CancellationToken  cancellationToken)

The documentation for this interface was generated from the following file: