Click or drag to resize

PoolCountChangedEventArgs Class

[This is preliminary documentation and is subject to change.]

Contains data for object pooling events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Umbrace.Unity.PurePoolPoolCountChangedEventArgs

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public class PoolCountChangedEventArgs : EventArgs

The PoolCountChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPoolCountChangedEventArgs
Initialises a new instance of the PoolCountChangedEventArgs class.
Public methodPoolCountChangedEventArgs(Int32)
Initialises a new instance of the PoolCountChangedEventArgs class.
Top
Properties
  NameDescription
Public propertyCount
Gets or sets the number of objects currently contained by the pool.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also