ScheduledJobSourceAdapter.GetJobsByFilter 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 list of jobs based on the adapter specific filter parameters
public override System.Collections.Generic.IList<System.Management.Automation.Job2> GetJobsByFilter (System.Collections.Generic.Dictionary<string,object> filter, bool recurse);
override this.GetJobsByFilter : System.Collections.Generic.Dictionary<string, obj> * bool -> System.Collections.Generic.IList<System.Management.Automation.Job2>
Public Overrides Function GetJobsByFilter (filter As Dictionary(Of String, Object), recurse As Boolean) As IList(Of Job2)
Parameters
- filter
- Dictionary<String,Object>
dictionary containing name value pairs for adapter specific filters
- recurse
- Boolean
Returns
collection of jobs that match the specified criteria