Click or drag to resize
IAnalysisServiceGetLog Method
Get entries 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
List<WebLogRow> GetLog(
	WebClientInformation clientInformation,
	LogType type,
	string userName,
	int rowCount
)

Parameters

clientInformation
Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.
type
Type: ArtDatabanken.WebService.DataLogType
Get log entries of this type.
userName
Type: SystemString
Get log entries for this user. May be empty.
rowCount
Type: SystemInt32
Maximum number of log entries to get.

Return Value

Type: ListWebLogRow
Requested web log entries.
See Also