DegreeDaysApi(AccountKey, SecurityKey) Constructor |
Constructs a
DegreeDaysApi object that internally uses a
default
IRequestProcessor configured with the specified access
keys.
Namespace: DegreeDays.ApiAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DegreeDaysApi(
AccountKey accountKey,
SecurityKey securityKey
)
Public Sub New (
accountKey As AccountKey,
securityKey As 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 See Also