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: AnalysisServiceAssembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void StartTrace(
WebClientInformation clientInformation,
string userName
)
Sub StartTrace (
clientInformation As WebClientInformation,
userName As String
)
void StartTrace(
WebClientInformation^ clientInformation,
String^ userName
)
abstract StartTrace :
clientInformation : WebClientInformation *
userName : string -> unit
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