C# 클래스 Exrin.Debug.ExrinDebugInsightProvider

상속: InsightProvider
파일 보기 프로젝트 열기: exrin/Exrin

공개 메소드들

메소드 설명
ExrinDebugInsightProvider ( IInsightStorage storage ) : Abstraction

보호된 메소드들

메소드 설명
Send ( IList insights ) : Task>

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

메소드 상세

ExrinDebugInsightProvider() 공개 메소드

public ExrinDebugInsightProvider ( IInsightStorage storage ) : Abstraction
storage IInsightStorage
리턴 Abstraction

Send() 보호된 메소드

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