SDAC

TMSServiceBroker.Conversations Property(Indexer)

Used for storing the list of available conversations.

Class

TMSServiceBroker

Syntax

property Conversations[Index: Integer]: TMSConversation; default;

Parameters
Index
Indicates the index of the conversation object, where 0 is the index of the first object, 1 is the index of the second object, and so on.

Remarks

This property stores the list of available conversations. A new conversation object can be added to this list in two ways:

Note: This list is not synchronized with the list on the server. For example, if an initiator has created a conversation instance (by calling the BeginDialog method), a conversation instance on the target side will be created only after receiving the first message.

Analogously, when receiving a message with the SEndDialogType or SErrorType message type, the conversation on the server is already completed. But this conversation will be removed from the list after the next call to the Receive method.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback