Switch to: V12V11V10V9V8V7V6V5

VServer Class: Construction Methods

VServer.VServer()

Declaration:

VServer( 	
	inConnection As VConnection )

Parameters:

  • inConnection - VConnection object.

Description:

This method constructs a VServer object. This constructor simply stores parameters and does not try to connect. The real connection occurs using Open().

Note: Only Administrator User(s) can use this object.

Example:

dim server as VServer = new VServer( inConnection )