Interface IPoolableProvider<T>
Poolable object provider with ability to create/validate/activate/passivate/destroy
Assembly: FixAntenna.Common.dll
Syntax
public interface IPoolableProvider<T>
Type Parameters
Methods
Activate(T)
Declaration
Parameters
Type |
Name |
Description |
T |
object |
|
Create()
Declaration
Returns
Destroy(T)
Declaration
Parameters
Type |
Name |
Description |
T |
object |
|
Passivate(T)
Declaration
Parameters
Type |
Name |
Description |
T |
object |
|
Validate(T)
Declaration
Parameters
Type |
Name |
Description |
T |
object |
|
Returns
Type |
Description |
System.Boolean |
|