JobRepository.GetKey(Job) Method

Definition

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.

Applies to