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