IAppServerMgr is the main interface of AppService. Its main job is to create AppServer objects for client applications. It also provides system status info, channel ownership info, and log file export functions.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
public interface IAppServerMgr
Visual Basic (Declaration)
Public Interface IAppServerMgr
Visual C++
public interface class IAppServerMgr

See Also