| Methods / Component Administration Methods | |
Web Services
Retrieves the server component names using the Admin Services.
public virtual string[] GetServerComponentNames()
| Name | Description |
|---|---|
| None | Not Applicable |
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