Interface IQueueableFactory<T>
Base IQueueable interface.
Namespace: FixAntenna.FixEngine.Storage.Queue
Assembly: FixAntenna.Core.dll
Syntax
public interface IQueueableFactory<T>
where T : IQueueable
Type Parameters
Name | Description |
---|---|
T |
Methods
CreateObject()
Creates new object method.
Declaration
T CreateObject()
Returns
Type | Description |
---|---|
T |