Click or drag to resize

RegressionApi Constructor

Constructs a RegressionApi object that uses the specified IRequestProcessor internally.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public RegressionApi(
	IRequestProcessor requestProcessor
)

Parameters

requestProcessor  IRequestProcessor
The non-null IRequestProcessor that the new RegressionApi object should use internally for its processing.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequestProcessor is null.
See Also