Click or drag to resize

LocationInfoRequest Constructor

Constructs a LocationInfoRequest object with the specified Location and DataSpecs.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public LocationInfoRequest(
	Location location,
	DataSpecs dataSpecs
)

Parameters

location  Location
The non-null location for which data is desired.
dataSpecs  DataSpecs
The non-null specification of the data that is desired from the specified location.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocation or dataSpecs is null.
See Also