C# Class Exrin.Debug.ExrinDebugInsightProvider

Inheritance: InsightProvider
Exibir arquivo Open project: exrin/Exrin

Public Methods

Method Description
ExrinDebugInsightProvider ( IInsightStorage storage ) : Abstraction

Protected Methods

Method Description
Send ( IList insights ) : Task>

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

Method Details

ExrinDebugInsightProvider() public method

public ExrinDebugInsightProvider ( IInsightStorage storage ) : Abstraction
storage IInsightStorage
return Abstraction

Send() protected method

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