Show / Hide Table of Contents

    Enum PopulateMethod

    Determines how many objects are needed when populating a pool.

    Namespace: QFSW.MOP2
    Assembly: QFSW.MOP2.dll
    Syntax
    public enum PopulateMethod

    Fields

    Name Description
    Add

    If add is used, then populate will add the specified count to the current population.

    Set

    If set is used, then populate will ensure the final population is the specified count.

    • Improve this Doc
    • View Source
    Master Object Pooler 2 by QFSW
    Back to top