JobRepository.GetJob(Guid) 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.
Returns the Job whose InstanceId matches the parameter.
public:
System::Management::Automation::Job ^ GetJob(Guid instanceId);
public System.Management.Automation.Job GetJob (Guid instanceId);
member this.GetJob : Guid -> System.Management.Automation.Job
Public Function GetJob (instanceId As Guid) As Job
Parameters
- instanceId
- Guid
Returns
The matching Job. Null if no match is found.