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