BCServer Constructor (String) | 
 
            Creates a new instance of the 
BCServer class.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic BCServer(
	string machineName
)
Public Sub New ( 
	machineName As String
)
Parameters
- machineName
 - Type: SystemString
            The name of the server machine. 
            If  or Empty then a local machine is used.
             
See Also