IAdministrationService.RepairAgents(Guid, IList<JobDefinition>) 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.
Repair agents.
public:
void RepairAgents(Guid batchId, System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Runtime::JobDefinition ^> ^ jobDefinitions);
public void RepairAgents (Guid batchId, System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Runtime.JobDefinition> jobDefinitions);
abstract member RepairAgents : Guid * System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Runtime.JobDefinition> -> unit
Public Sub RepairAgents (batchId As Guid, jobDefinitions As IList(Of JobDefinition))
Parameters
- batchId
- Guid
- jobDefinitions
- IList<JobDefinition>