Class ReflectStorageFactory
Helper class to create storage factory.
Inheritance
System.Object
ReflectStorageFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.FixEngine.Session.Util
Assembly: FixAntenna.Core.dll
Syntax
public sealed class ReflectStorageFactory
Methods
CreateStorageFactory(Config)
Creates storage factory.
If StorageFactory is not configured the FilesystemStorageFactory will be used.
Declaration
public static IStorageFactory CreateStorageFactory(Config configuration)
Parameters
Type | Name | Description |
---|---|---|
Config | configuration | the configuration |
Returns
Type | Description |
---|---|
IStorageFactory | StorageFactory |