The IUnsolicitedMessages interface can be used to send colon commands to the
runtime system and obtain responses. It also handles the initiation of reports
and any accept interactions with that user, which may be required by a report.
Namespace: ABSuite.AccessLayer.Connector.Core
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IUnsolicitedMessages type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | IsAcceptPending |
This method returns true if there is an outstanding accept response pending for a running report.
|
![]() | IsCompleted |
This method returns true if the currently active report has completed.
|
![]() | MessageQueue |
This method returns a string collection of messages from the runtime system as a response from a colon command.
|
![]() | ReportMessageQueue |
This method returns a string collection of messages from the runtime system as a response from a report initiation.
|
Methods
Name | Description | |
---|---|---|
![]() | SendAccept |
This method sends message to the runtime system that is currently running a report and waiting for an accept response from the user.
|
Events
Name | Description | |
---|---|---|
![]() | ColonCommandCompleted |
This event is fired when a colmn command is completed
|
![]() | UserInputRequired |
This event is fired when user input is required by the runtime system.
|
See Also