Click or drag to resize
IAnalysisServiceStartTrace Method
Start trace usage of web service for specified user. If no user is specified then all usage of web service is traced. Note: Tracing has negative impact on web service performance.

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void StartTrace(
	WebClientInformation clientInformation,
	string userName
)

Parameters

clientInformation
Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.
userName
Type: SystemString
The user name to trace.
See Also