IAdministrationService.GetManagementServerAgents(Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return agents reporting to the management server.
public:
Microsoft::EnterpriseManagement::Common::Pair<System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^, System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^> ^ GetManagementServerAgents(Guid mangementServerId, System::String ^ languageCode);
public Microsoft.EnterpriseManagement.Common.Pair<System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>,System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>> GetManagementServerAgents (Guid mangementServerId, string languageCode);
abstract member GetManagementServerAgents : Guid * string -> Microsoft.EnterpriseManagement.Common.Pair<System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>, System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>>
Public Function GetManagementServerAgents (mangementServerId As Guid, languageCode As String) As Pair(Of IList(Of ResultSet), IList(Of ResultSet))
Parameters
- mangementServerId
- Guid
- languageCode
- String