Actions

Stentofon.AlphaCom.Data.dll

From Zenitel Wiki

Library for Handling AlphaCom Data storage.


Release Info

See Release Notes

Short Library Description

This DLL is not strictly required for AlphaCom Application Interfacing, but it provides a standardised way of storing and retrieving station states.
It requires Microsoft .NET 3.5. Storage can be in a MySQL database or in memory ’AlphaComStateStorages.MSSQL’ or ‘AlphaComStateStorages.IN_MEMORY’. The DLL contains 1 namespace: - .State

Note:

Although the goal is to make a common interface for storing data either in InMemory or MSSQL the inteface in this version is not complete for both storage types. Some method only handles InMemory while others handles MSSQL and some handles both. This should be noted fro each method in the Compiled Help File.