Skip to main content

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

Derived: Workspace.XBR.Xperiflow.MetaFileSystem.ConnectionReferenceFactory

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​
TypeName
Workspace.XBR.Xperiflow.MetaFileSystem.MetaFileSystemLocationmetaFileSystemLocation

Was this page helpful?