| PoolCanAcquireChangedEventArgs Class | 
[This is preliminary documentation and is subject to change.]
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Umbrace.Unity.PurePool
 Syntax
Syntaxpublic class PoolCanAcquireChangedEventArgs : EventArgs
The PoolCanAcquireChangedEventArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PoolCanAcquireChangedEventArgs | 
            Initialises a new instance of the PoolCanAcquireChangedEventArgs class.
             | 
|  | PoolCanAcquireChangedEventArgs(Boolean) | 
            Initialises a new instance of the PoolCanAcquireChangedEventArgs class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CanAcquire | 
            Gets or sets a value indicating whether an instance can be acquired from the pool.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also