Assembly: 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, IWaitStrategy waitStrategy ) |
Visual Basic |
---|
Public Sub New ( _ capacity As UInteger, _ disposeOnRelease As Boolean, _ poolStamping As Boolean, _ waitForObjects As Boolean, _ waitStrategy As IWaitStrategy _ ) |
Visual C++ |
---|
public: StackPoolEx( unsigned int capacity, bool disposeOnRelease, bool poolStamping, bool waitForObjects, IWaitStrategy^ waitStrategy ) |
Parameters
- capacity
- Type: System..::..UInt32
[Missing <param name="capacity"/> documentation for "M:RCLibrary.StackPoolEx`1.#ctor(System.UInt32,System.Boolean,System.Boolean,System.Boolean,RCLibrary.IWaitStrategy)"]
- disposeOnRelease
- Type: System..::..Boolean
[Missing <param name="disposeOnRelease"/> documentation for "M:RCLibrary.StackPoolEx`1.#ctor(System.UInt32,System.Boolean,System.Boolean,System.Boolean,RCLibrary.IWaitStrategy)"]
- poolStamping
- Type: System..::..Boolean
[Missing <param name="poolStamping"/> documentation for "M:RCLibrary.StackPoolEx`1.#ctor(System.UInt32,System.Boolean,System.Boolean,System.Boolean,RCLibrary.IWaitStrategy)"]
- waitForObjects
- Type: System..::..Boolean
[Missing <param name="waitForObjects"/> documentation for "M:RCLibrary.StackPoolEx`1.#ctor(System.UInt32,System.Boolean,System.Boolean,System.Boolean,RCLibrary.IWaitStrategy)"]
- waitStrategy
- Type: RCLibrary..::..IWaitStrategy
[Missing <param name="waitStrategy"/> documentation for "M:RCLibrary.StackPoolEx`1.#ctor(System.UInt32,System.Boolean,System.Boolean,System.Boolean,RCLibrary.IWaitStrategy)"]