Actions

Difference between revisions of "Stentofon.AlphaCom.Data.dll"

From Zenitel Wiki

 
Line 18: Line 18:
 
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.
 
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.
  
[[Category:AlphaCom E Software]]
+
[[Category: AMC Software]]

Latest revision as of 08:28, 8 September 2017

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.