IAdministrationService.GetAgentManagedDevices(IList<Guid>, String, 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 by id.
public:
Microsoft::EnterpriseManagement::Common::Pair<System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^, System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^> ^ GetAgentManagedDevices(System::Collections::Generic::IList<Guid> ^ ids, System::String ^ criteriaXml, System::String ^ languageCode);
public Microsoft.EnterpriseManagement.Common.Pair<System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>,System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>> GetAgentManagedDevices (System.Collections.Generic.IList<Guid> ids, string criteriaXml, string languageCode);
abstract member GetAgentManagedDevices : System.Collections.Generic.IList<Guid> * string * string -> Microsoft.EnterpriseManagement.Common.Pair<System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>, System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>>
Public Function GetAgentManagedDevices (ids As IList(Of Guid), criteriaXml As String, languageCode As String) As Pair(Of IList(Of ResultSet), IList(Of ResultSet))
Parameters
- criteriaXml
- String
- languageCode
- String