Click or drag to resize
IAnalysisServiceDeleteTrace Method
Delete trace information from the web service log. This method can only be used by web service administrators.

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void DeleteTrace(
	WebClientInformation clientInformation
)

Parameters

clientInformation
Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.
See Also