Logs off users on a given application server cluster. You can log off all users on the server cluster, or users logged on to a given application and application server.
Tip: | To log off a given user or session, use HFMwSystemInfo.KillUsers. |
Syntax
<HFMwManageApplications>.KillUsers bstrCluster, vbAllApplications, bstrAppName, vbAllServers, bstrServer
Argument | Description |
---|
bstrCluster | The name of the application server cluster. Input argument. String subtype. |
vbAllApplications | Indicates whether to log off users from all applications. Pass TRUE to log off users from all applications, FALSE to log off users from a given application. If you pass FALSE, you must pass an application name to the bstrAppName argument. Input argument. Boolean subtype. |
bstrAppName | The name of the application for which to log off users. This is used only if the vbAllApplications argument is set to FALSE. Input argument. String subtype. |
vbAllServers | Indicates whether to log off users from all application servers in the application server cluster. Pass TRUE to log off users from all servers, FALSE to log off users from a given application server. If you pass FALSE, you must pass an application server name to the bstrServer argument. Input argument. Boolean subtype. |
bstrServer | The name of the application server for which to log off users. This is used only if the vbAllServers argument is set to FALSE. Input argument. String subtype. |