SDAC

TMSConversation Class

A base class that describes the dialog process between two services.

For a list of all members of this type, see TMSConversation members.

Unit

MSServiceBroker

Syntax

TMSConversation = class(System.TObject);

Remarks

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.

See Also

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