Platform Symphony .NET API Reference - Version 5.1
SoamFactory Class
NamespacesPlatform.Symphony.SoamSoamFactory
This factory class is used to allocate the SOAM API objects for the client to provide proper lifetime management for all concrete objects in the SOAM API.
Declaration Syntax
C#
public class SoamFactory
Members
All MembersConstructorsMethods



IconMemberDescription
SoamFactory()()()()
Initializes a new instance of the SoamFactory class

Connect(String, String, ConnectionSecurityCallback)
Creates a connection to the specified Symphony application.

Connect(String, String)
Creates a connection to the specified Symphony application.

Connect(String, ConnectionSecurityCallback)
Creates a connection to the specified Symphony application.

Connect(String)
Creates a connection to the specified Symphony application.

Initialize()()()()
Initializes the SOAM API.

Uninitialize()()()()
Uninitializes the SOAM API.

Remarks

NOTE: If any of the methods of this class are called after the Main(...) method exits, the client or service process may behave in an undefined manner (for example, hang or terminate abnormally).

Inheritance Hierarchy
Object
SoamFactory

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0