IAdministerSystemSendAMessage Method

Sends a short message to other users logged onto an application.

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

StatusInfo SendAMessage(
	string station,
	string message
)

Parameters

station
Type: SystemString
Destination station is a user account, terminal name, or ALL (for all users of the application).
message
Type: SystemString
Text to display on the status line of destination terminals

Return Value

Type: StatusInfo
StatusInfo Object
See Also