IAnalysisServiceDeleteTrace Method |
Delete trace information from the web service log.
This method can only be used by web service administrators.
Namespace: AnalysisServiceAssembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void DeleteTrace(
WebClientInformation clientInformation
)
Sub DeleteTrace (
clientInformation As WebClientInformation
)
void DeleteTrace(
WebClientInformation^ clientInformation
)
abstract DeleteTrace :
clientInformation : WebClientInformation -> unit
Parameters
- clientInformation
- Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.
See Also