C# Class SensorSample.Reporters.BootstrapperReporter

Inheritance: IReporter
ファイルを表示 Open project: appccelerate/sensorsample

Public Methods

Method Description
Report ( IReportingContext context ) : void

Private Methods

Method Description
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

Method Details

Report() public method

public Report ( IReportingContext context ) : void
context IReportingContext
return void