Dela via


ScheduledJobSourceAdapter.GetJobsByFilter Method

Definition

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

Applies to