Click or drag to resize
IAnalysisServiceGetStatus Method
Get status for this web service.

Namespace: AnalysisService
Assembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
List<WebResourceStatus> GetStatus(
	WebClientInformation clientInformation
)

Parameters

clientInformation
Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.

Return Value

Type: ListWebResourceStatus
Status for this web service.
See Also