Click or drag to resize
AnalysisServiceLogStatistics Method
Log statistics.

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void LogStatistics(
	WebClientInformation clientInformation,
	WebStatistics statistics
)

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.

Implements

IAnalysisServiceLogStatistics(WebClientInformation, WebStatistics)
See Also