Initializes a new instance of the AppServerProxy class.

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

Syntax

C#
public AppServerProxy(
	int systemTimeout,
	IAppServer iappServer,
	string app
)
Visual Basic (Declaration)
Public Sub New ( _
	systemTimeout As Integer, _
	iappServer As IAppServer, _
	app As String _
)
Visual C++
public:
AppServerProxy(
	int systemTimeout, 
	IAppServer^ iappServer, 
	String^ app
)

Parameters

systemTimeout
Type: System..::.Int32
The system timeout.
iappServer
Type: GrassValley.Mseries.AppServer..::.IAppServer
The iapp server.
app
Type: System..::.String
The app.

See Also