IAppServer2 extends the functionality of IAppServer to manage channels.

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

Syntax

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

See Also