Click or drag to resize

DegreeDaysApi(AccountKey, SecurityKey) Constructor

Constructs a DegreeDaysApi object that internally uses a default IRequestProcessor configured with the specified access keys.

Namespace: DegreeDays.Api
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public DegreeDaysApi(
	AccountKey accountKey,
	SecurityKey securityKey
)

Parameters

accountKey  AccountKey
A non-null AccountKey object - a wrapper around the string account key that identifies the Degree Days.net API account.
securityKey  SecurityKey
A non-null SecurityKey object, a wrapper around the string security key associated with the account.
Exceptions
ExceptionCondition
ArgumentNullExceptionaccountKey or securityKey is null.
See Also