Click or drag to resize

PoolCanAcquireChangedEventArgs Class

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

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

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 PoolCanAcquireChangedEventArgs : EventArgs

The PoolCanAcquireChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPoolCanAcquireChangedEventArgs
Initialises a new instance of the PoolCanAcquireChangedEventArgs class.
Public methodPoolCanAcquireChangedEventArgs(Boolean)
Initialises a new instance of the PoolCanAcquireChangedEventArgs class.
Top
Properties
  NameDescription
Public propertyCanAcquire
Gets or sets a value indicating whether an instance can be acquired from 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