IScheduler.CreateFilterCollection 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.
Creates an empty collection to which you add filter properties.
public Microsoft.Hpc.Scheduler.IFilterCollection CreateFilterCollection ();
abstract member CreateFilterCollection : unit -> Microsoft.Hpc.Scheduler.IFilterCollection
Public Function CreateFilterCollection () As IFilterCollection
Returns
An IFilterCollection interface to which you add filter properties.