JobRepository.GetKey(Job) 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 instance id of the job as key.
protected:
override Guid GetKey(System::Management::Automation::Job ^ item);
protected override Guid GetKey (System.Management.Automation.Job item);
override this.GetKey : System.Management.Automation.Job -> Guid
Protected Overrides Function GetKey (item As Job) As Guid
Parameters
- item
- Job
Job for which a key is required.
Returns
Returns jobs guid.