P_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase_DumpSummaryToHostLogger - rsdn/CodeJam GitHub Wiki
Gets a value indicating whether the last run summary should be dumped into host logger.
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
protected virtual bool DumpSummaryToHostLogger { get; }VB
Protected Overridable ReadOnly Property DumpSummaryToHostLogger As Boolean
GetF#
abstract DumpSummaryToHostLogger : bool with get
override DumpSummaryToHostLogger : bool with getType: Booleantrue if the last run summary should be dumped into host logger; otherwise, false.
CompetitionRunnerBase Class
CodeJam.PerfTests.Running.Core Namespace