Interface IMetaFileSystemSessionClientFactory
The Meta FileSystem Client Factory is used to create instances of the MetaFileSystemClient.
Namespace: Workspace.XBR.Xperiflow.MetaFileSystem
Assembly: Xperiflow.dll
Declaration
public interface IMetaFileSystemSessionClientFactory
Methods
CreateClient(SessionInfo, string)
Creates a new instance of the MetaFileSystemClient.
Declaration
IMetaFileSystemClient CreateClient(SessionInfo si, string connectionKey)
Returns
Workspace.XBR.Xperiflow.MetaFileSystem.IMetaFileSystemClient
Parameters
Type | Name | Description |
---|---|---|
OneStream.Shared.Common.SessionInfo | si | The session information. |
System.String | connectionKey | The metadata connection key. This determines which MetaFileSytsem to connect to. |