14 public static partial class Examples
34 gclib gclib =
new gclib();
38 Console.WriteLine(
"<p> Publish this server to the network\n" +
39 "<r> Remove this server from the network\n" +
44 switch (Console.ReadKey(
true).Key)
50 gclib.GPublishServer(server_name,
true,
false);
51 Console.WriteLine(
"Published Server");
54 gclib.GPublishServer(server_name,
false,
false);
55 Console.WriteLine(
"Removed Server");
const int GALIL_EXAMPLE_OK
Examples success code.
static int Remote_Server(string server_name)
Accepts user input to publish or remove local gcaps server from the network.