BaseControllerRelatedValueInResponse Method |
Should return true if the related value for logging purposes is in the response vs. the request object.
Namespace:
NetQuarry.Web.API
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected abstract bool RelatedValueInResponse(
int requestID
)
Protected MustOverride Function RelatedValueInResponse (
requestID As Integer
) As Boolean
Parameters
- requestID
- Type: SystemInt32
The request ID.
Return Value
Type:
BooleanReturns true if the request has the related value in the response, otherwise false.
See Also