IAnalysisServiceLogout Method |
Logout user. Release resources.
Namespace: AnalysisServiceAssembly: AnalysisService (in AnalysisService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Logout(
WebClientInformation clientInformation
)
Sub Logout (
clientInformation As WebClientInformation
)
void Logout(
WebClientInformation^ clientInformation
)
abstract Logout :
clientInformation : WebClientInformation -> unit
Parameters
- clientInformation
- Type: ArtDatabanken.WebService.DataWebClientInformation
Information about the client that makes this web service call.
See Also