IAnalysisServiceStopTrace Method |
Stop tracing usage of web service.
Namespace: AnalysisServiceAssembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void StopTrace(
WebClientInformation clientInformation
)
Sub StopTrace (
clientInformation As WebClientInformation
)
void StopTrace(
WebClientInformation^ clientInformation
)
abstract StopTrace :
clientInformation : WebClientInformation -> unit
Parameters
- clientInformation
- Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.
See Also