XmlHttpRequestProcessorProcess Method |
Namespace: DegreeDays.Api.ProcessingAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public Response Process(
Request request
)
Public Function Process (
request As Request
) As Response
Parameters
- request Request
- The Request to be processed. Cannot be null.
Return Value
ResponseA
Response object which is either a
FailureResponse or a
Response that's type is is the
counterpart to that of the
Request passed in.
Implements
IRequestProcessorProcess(Request)Exceptions See Also