Interface IGridDiagnosticCellVisitor
- Namespace
- GridForge.Diagnostics
- Assembly
- GridForge.dll
Visitor contract for diagnostic queries that stream cells directly into caller-owned buffers.
public interface IGridDiagnosticCellVisitor
Methods
Visit(in GridDiagnosticCell)
Handles one diagnostic cell.
bool Visit(in GridDiagnosticCell cell)
Parameters
cellGridDiagnosticCellThe current diagnostic cell descriptor.
Returns
- bool
True to continue traversal; false to stop.