IAnalysisServiceGetStatus Method |
Get status for this web service.
Namespace: AnalysisServiceAssembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax List<WebResourceStatus> GetStatus(
WebClientInformation clientInformation
)
Function GetStatus (
clientInformation As WebClientInformation
) As List(Of WebResourceStatus)
List<WebResourceStatus^>^ GetStatus(
WebClientInformation^ clientInformation
)
abstract GetStatus :
clientInformation : WebClientInformation -> List<WebResourceStatus>
Parameters
- clientInformation
- Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.
Return Value
Type:
ListWebResourceStatusStatus for this web service.
See Also