IUnsolicitedMessages Interface

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

public interface IUnsolicitedMessages

The IUnsolicitedMessages type exposes the following members.

Properties

  NameDescription
Public propertyIsAcceptPending
This method returns true if there is an outstanding accept response pending for a running report.
Public propertyIsCompleted
This method returns true if the currently active report has completed.
Public propertyMessageQueue
This method returns a string collection of messages from the runtime system as a response from a colon command.
Public propertyReportMessageQueue
This method returns a string collection of messages from the runtime system as a response from a report initiation.
Top
Methods

  NameDescription
Public methodSendAccept
This method sends message to the runtime system that is currently running a report and waiting for an accept response from the user.
Top
Events

  NameDescription
Public eventColonCommandCompleted
This event is fired when a colmn command is completed
Public eventUserInputRequired
This event is fired when user input is required by the runtime system.
Top
See Also

Reference