C# Class Exrin.Debug.ExrinDebugInsightProvider

Inheritance: InsightProvider
Afficher le fichier Open project: exrin/Exrin

Méthodes publiques

Méthode Description
ExrinDebugInsightProvider ( IInsightStorage storage ) : Abstraction

Méthodes protégées

Méthode Description
Send ( IList insights ) : Task>

We are not sending this data anywhere. Using the IInsightStorage to output direct to visualizer

Method Details

ExrinDebugInsightProvider() public méthode

public ExrinDebugInsightProvider ( IInsightStorage storage ) : Abstraction
storage IInsightStorage
Résultat Abstraction

Send() protected méthode

We are not sending this data anywhere. Using the IInsightStorage to output direct to visualizer
protected Send ( IList insights ) : Task>
insights IList
Résultat Task>