Interface IRunnableFactory<T>
Namespace: FixAntenna.Common.Threading.Runnable
Assembly: FixAntenna.Common.dll
Syntax
public interface IRunnableFactory<T>
where T : IRunnableObject
Type Parameters
Name | Description |
---|---|
T |
Methods
Create(IRunnablePool<T>)
Declaration
T Create(IRunnablePool<T> pool)
Parameters
Type | Name | Description |
---|---|---|
IRunnablePool<T> | pool |
Returns
Type | Description |
---|---|
T |