JobSourceAdapter.GetJobs Method

Definition

Get the list of jobs that are currently available in this store.

public:
 abstract System::Collections::Generic::IList<System::Management::Automation::Job2 ^> ^ GetJobs();
public abstract System.Collections.Generic.IList<System.Management.Automation.Job2> GetJobs ();
abstract member GetJobs : unit -> System.Collections.Generic.IList<System.Management.Automation.Job2>
Public MustOverride Function GetJobs () As IList(Of Job2)

Returns

Collection of job objects.

Applies to