Appccelerate.Bootstrapper.Specification.when_the_bootstrapping_process_is_reported.StringReporter.Report C# (CSharp) Method

Report() public method

public Report ( IReportingContext context ) : void
context IReportingContext
return void
            public void Report(IReportingContext context)
            {
                this.context = context;
            }
when_the_bootstrapping_process_is_reported.StringReporter