Interface IMetaFileSystemSessionClientFactory<TKey>
The Meta FileSystem Client Factory is used to create instances of the MetaFileSystemClient. This version of the factory allows for generic key mapping based on type keys like an enum. This can be useful dependency injection systems to map to correct client based on the type key.
Namespace: Workspace.XBR.Xperiflow.MetaFileSystem
Assembly: Xperiflow.dll
Declaration
public interface IMetaFileSystemSessionClientFactory<TKey>
Methods
CreateClient(SessionInfo)
Creates a new instance of the MetaFileSystemClient.
Declaration
IMetaFileSystemClient CreateClient(SessionInfo si)
Returns
Workspace.XBR.Xperiflow.MetaFileSystem.IMetaFileSystemClient
Parameters
Type | Name |
---|---|
OneStream.Shared.Common.SessionInfo | si |