Constructs a DataApi object that uses the specified
IRequestProcessor internally.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DataApi(
IRequestProcessor requestProcessor
)
Public Sub New (
requestProcessor As IRequestProcessor
)
Parameters
- requestProcessor IRequestProcessor
- The non-null IRequestProcessor that
the new DataApi object should use internally for its
processing.
Exceptions See Also