IAnalysisServiceLogStatistics Method |
Log statistics.
Namespace: AnalysisServiceAssembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void LogStatistics(
WebClientInformation clientInformation,
WebStatistics statistics
)
Sub LogStatistics (
clientInformation As WebClientInformation,
statistics As WebStatistics
)
void LogStatistics(
WebClientInformation^ clientInformation,
WebStatistics^ statistics
)
abstract LogStatistics :
clientInformation : WebClientInformation *
statistics : WebStatistics -> unit
Parameters
- clientInformation
- Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call. - statistics
- Type: ArtDatabanken.WebService.DataWebStatistics
Statistics that should be logged.
See Also