Interface IConnectionReferenceFactory
The connection reference factory interface. This interface is used to retrieve a valid MetaFileSystem connection key based on the MetaFileSystemLocation.
Namespace: Workspace.XBR.Xperiflow.MetaFileSystem
Assembly: Xperiflow.dll
Declaration
public interface IConnectionReferenceFactory
Methods
GetConnectionKey(MetaFileSystemLocation)
Gets the connection key based on the provided MetaFileSystemLocation. Note that this functionality is limited to only retrieve the common connection key for the MetaFileSystemLocation.
Declaration
string GetConnectionKey(MetaFileSystemLocation metaFileSystemLocation)
Returns
System.String
The connectionKey for the Workspace.XBR.Xperiflow.MetaFileSystem.IMetaFileSystemClient.
Parameters
Type | Name |
---|---|
Workspace.XBR.Xperiflow.MetaFileSystem.MetaFileSystemLocation | metaFileSystemLocation |