ScheduledJobSourceAdapter.GetJobByInstanceId(Guid, Boolean) 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.
Get job that has the specified id
public override System.Management.Automation.Job2 GetJobByInstanceId(Guid instanceId, bool recurse);override this.GetJobByInstanceId : Guid * bool -> System.Management.Automation.Job2Public Overrides Function GetJobByInstanceId (instanceId As Guid, recurse As Boolean) As Job2Parameters
- instanceId
- Guid
Guid to match
- recurse
- Boolean
Returns
job with the specified guid