JobSourceAdapter.GetJobs 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 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.