IAppServer is a client program's interface for creating K2 subsystem objects such as Control object, MediaMgr object, TransferQueue objects, etc. Each subsystem allows you to query or control certain functionality of the K2.

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

Syntax

C#
public interface IAppServer : IDisposable
Visual Basic (Declaration)
Public Interface IAppServer _
	Implements IDisposable
Visual C++
public interface class IAppServer : IDisposable

See Also