Skip to main content

HS.Types.AsyncMessage

abstract class HS.Types.AsyncMessage extends %Library.RegisteredObject, %XML.Adaptor

Base type for async messages that are tracked by session and host name

Property Inventory

Properties

property RequestingConfigName as %String (MAXLEN = 128);
Config name of the requesting host that will receive the async response
Property methods: RequestingConfigNameDisplayToLogical(), RequestingConfigNameGet(), RequestingConfigNameIsValid(), RequestingConfigNameLogicalToDisplay(), RequestingConfigNameLogicalToOdbc(), RequestingConfigNameNormalize(), RequestingConfigNameSet()
property RequestingSessionId as %Integer;
Ensemble session ID to reuse when forwarding response to RequestingConfigName
Property methods: RequestingSessionIdDisplayToLogical(), RequestingSessionIdGet(), RequestingSessionIdIsValid(), RequestingSessionIdLogicalToDisplay(), RequestingSessionIdNormalize(), RequestingSessionIdSet(), RequestingSessionIdXSDToLogical()
property TrackingID as %String;
GUID used to tie an async request to a response
Property methods: TrackingIDDisplayToLogical(), TrackingIDGet(), TrackingIDIsValid(), TrackingIDLogicalToDisplay(), TrackingIDLogicalToOdbc(), TrackingIDNormalize(), TrackingIDSet()

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab