AgentTaskInformation.GetAgentNames Method

Definition

Get a copy of the list of agent names.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetAgentNames();
public System.Collections.ObjectModel.ReadOnlyCollection<string> GetAgentNames ();
member this.GetAgentNames : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetAgentNames () As ReadOnlyCollection(Of String)

Returns

ReadOnlyCollection<String>

List of agent names.

Applies to