Actions

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

From Zenitel Wiki

(New page: Library for Handling AlphaCom Data storage. == Release Info == See Release Notes == Short Library Description == This DLL is not strictly...)
 
Line 17: Line 17:
 
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.
 
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.
 
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]]

Revision as of 14:39, 23 September 2009

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.