Get Server Component Names

API Type

Web Services

Description

Retrieves the server component names using the Admin Services.

Syntax

public virtual string[] GetServerComponentNames()

Parameters

Name Description
None Not Applicable

Output

An array of strings that contain the server component names.

Example

IWFAdminService svc = GetAdminService();

try
	{
    string[] names = svc.GetServerComponentNames();
	}

catch (Exception ex)
	{
    Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex));
	}

Supported Versions

3.2.0.4 and higher