C# 클래스 SensorSample.Reporters.BootstrapperReporter

상속: IReporter
파일 보기 프로젝트 열기: appccelerate/sensorsample

공개 메소드들

메소드 설명
Report ( IReportingContext context ) : void

비공개 메소드들

메소드 설명
Dump ( IReportingContext context ) : string
Dump ( IEnumerable executableContexts, StringBuilder sb ) : void
Dump ( IExecutionContext executionContext, StringBuilder sb ) : void
Dump ( string name, string description, StringBuilder sb, int indent ) : void

메소드 상세

Report() 공개 메소드

public Report ( IReportingContext context ) : void
context IReportingContext
리턴 void