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.

C# |
public class SoamFactory

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | 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. |

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).

Object | |
![]() | SoamFactory |