Segment COM Interface

The interface to the Business Segment object is through the ISegmentCycle interface. A description of this interface is shown below. The Connect(), Disconnect(), ProcessMsg() and CreateInstance() methods deal with the normal processing of user ispec client transaction messages.

Refer to Definition of ISegmentCycle Interface for more information about the interface.

Method

Description

Connect()

Create a user session

Disconnect()

End a user session

CreateInstance()

Request an ispec

ProcessMsg()

Process an input message for an ispec

Admin()

Returns the IAdmin Interface

Process()

Processes an input XML message for a Messenger

Refer to Unmanaged C++ Example or to Managed .NET C# Example for more information.