Click or drag to resize

IServerConnection Interface

The interface is required to connect AML generator (Item and Innovator) to Innovator server. Responsibility of this interface is provide abstraction from transport layer.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public interface IServerConnection

The IServerConnection type exposes the following members.

Methods
  NameDescription
Public methodCallAction
Call the specified action on Innovator Server.
Public methodGetDatabaseName
Returns name of the current database in use.
Public methodGetDatabases
Returns all configured databases
Public methodGetLicenseInfo
Returns information about subscription and all add-on's
Public methodGetLicenseInfo(String, String)
Returns information about subscription and all add-on's
Top
See Also