Skip to main content

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​
TypeNameDescription
System.StringconnectionKeyThe metadata connection key. This determines which MetaFileSytsem to connect to.

Was this page helpful?