IAdministerSystemListUsers Method

Displays list of stations connected to a runtime system.

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

StatusInfo ListUsers(
	out IList<string> usersList
)

Parameters

usersList
Type: System.Collections.GenericIListString
List of connected users.

Return Value

Type: StatusInfo
StatusInfo Object
See Also