A base class that describes the dialog process between two services.
For a list of all members of this type, see TMSConversation members.
TMSConversation = class(System.TObject);
The TMSConversation class describes the dialog process between two services.
To start a new conversation, use the TMSServiceBroker.BeginDialog method. You can finish the dialog by calling the TMSConversation.EndConversation method.
Note: You should not create and delete TMSConversation objects by calling the Create and Free methods directly. Use the TMSServiceBroker.BeginDialog and TMSConversation.EndConversation methods instead.