Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCTaskServer(
string machineName
) |
Visual Basic |
---|
Public Sub New ( _
machineName As String _
) |
Visual C++ |
---|
public:
BCTaskServer(
String^ machineName
) |
Parameters
- machineName
- Type: System..::..String
The name of the task server machine.
If nullNothingnullptra null reference (Nothing in Visual Basic) or Empty then a local machine is used.
See Also