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)
51 Console.WriteLine(
"Published Server");
55 Console.WriteLine(
"Removed Server");
const int GALIL_EXAMPLE_OK
Examples success code.
void GPublishServer(string server_name, bool publish, bool save)
Publishes or removes local gcaps server from the network
Provides a class that binds to gclib's unmanaged dll. Wraps each call and provides a more user-friend...
static int Remote_Server(string server_name)
Accepts user input to publish or remove local gcaps server from the network.