ILoggerWithRequest Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Diagnostics
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax ILogger WithRequest(
string requestId,
RequestStringDelegate req
)
Function WithRequest (
requestId As String,
req As RequestStringDelegate
) As ILogger
Parameters
- requestId
- Type: SystemString
The request ID. - req
- Type: Telogis.GeoBase.DiagnosticsRequestStringDelegate
A function returning the body of the request. This function will not be called if request filtering is not being performed.
Return Value
Type:
ILoggerA logger that, when written to, will contain the given request ID.
See Also