Initializes a new instance of the StackPoolEx<(Of <(<'T>)>)> class
Namespace: RCLibraryAssembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public StackPoolEx( uint capacity, bool disposeOnRelease, bool poolStamping, bool waitForObjects ) |
Visual Basic |
---|
Public Sub New ( _ capacity As UInteger, _ disposeOnRelease As Boolean, _ poolStamping As Boolean, _ waitForObjects As Boolean _ ) |
Visual C++ |
---|
public: StackPoolEx( unsigned int capacity, bool disposeOnRelease, bool poolStamping, bool waitForObjects ) |
Parameters
- capacity
- Type: System..::..UInt32
[Missing <param name="capacity"/> documentation for "M:RCLibrary.StackPoolEx`1.#ctor(System.UInt32,System.Boolean,System.Boolean,System.Boolean)"]
- disposeOnRelease
- Type: System..::..Boolean
[Missing <param name="disposeOnRelease"/> documentation for "M:RCLibrary.StackPoolEx`1.#ctor(System.UInt32,System.Boolean,System.Boolean,System.Boolean)"]
- poolStamping
- Type: System..::..Boolean
[Missing <param name="poolStamping"/> documentation for "M:RCLibrary.StackPoolEx`1.#ctor(System.UInt32,System.Boolean,System.Boolean,System.Boolean)"]
- waitForObjects
- Type: System..::..Boolean
[Missing <param name="waitForObjects"/> documentation for "M:RCLibrary.StackPoolEx`1.#ctor(System.UInt32,System.Boolean,System.Boolean,System.Boolean)"]