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 |
---|---|
Create a user session | |
End a user session | |
Request an ispec | |
Process an input message for an ispec | |
Returns the IAdmin Interface | |
Processes an input XML message for a Messenger |
Refer to Unmanaged C++ Example or to Managed .NET C# Example for more information.