Class AppServerProxy provides functions for creating AppServer subsystem objects.

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

Syntax

C#
public class AppServerProxy : IAppServer2, 
	IAppServer, IDisposable
Visual Basic (Declaration)
Public Class AppServerProxy _
	Implements IAppServer2, IAppServer, IDisposable
Visual C++
public ref class AppServerProxy : IAppServer2, 
	IAppServer, IDisposable

Inheritance Hierarchy

System..::.Object
  GrassValley.Mseries.AppServer..::.AppServerProxy

See Also