Retrieves the server component names using the Admin Services.
An array of strings that contain the server component names.
IWFAdminService svc = GetAdminService(); try { string[] names = svc.GetServerComponentNames(); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher