IAnalysisServiceGetLog Method |
Get entries 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 List<WebLogRow> GetLog(
WebClientInformation clientInformation,
LogType type,
string userName,
int rowCount
)
Function GetLog (
clientInformation As WebClientInformation,
type As LogType,
userName As String,
rowCount As Integer
) As List(Of WebLogRow)
List<WebLogRow^>^ GetLog(
WebClientInformation^ clientInformation,
LogType type,
String^ userName,
int rowCount
)
abstract GetLog :
clientInformation : WebClientInformation *
type : LogType *
userName : string *
rowCount : int -> List<WebLogRow>
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