Click or drag to resize

DataApi Constructor

Constructs a DataApi object that uses the specified IRequestProcessor internally.

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

Parameters

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