Skip to main content

EMS.SyncMessage

EMS.SyncMessage is used for both Request and Response messages. It can update the status of an Instance as part of the Request data and it is used to return the current SyncState as response data. This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class."

Property Inventory

Properties

property InstanceResponded as array of %String;
Array of Instances in Activation (Name is key) and whether they've Responded for the current State
Property methods: InstanceRespondedBuildValueArray(), InstanceRespondedCollectionToDisplay(), InstanceRespondedCollectionToOdbc(), InstanceRespondedDisplayToCollection(), InstanceRespondedDisplayToLogical(), InstanceRespondedGet(), InstanceRespondedGetObject(), InstanceRespondedGetObjectId(), InstanceRespondedGetSwizzled(), InstanceRespondedIsValid(), InstanceRespondedLogicalToDisplay(), InstanceRespondedLogicalToOdbc(), InstanceRespondedNormalize(), InstanceRespondedOdbcToCollection(), InstanceRespondedSet(), InstanceRespondedSetObject(), InstanceRespondedSetObjectId()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab