Relativity.Transfer.PrimaryKeyGenerator
namespace Relativity.Transfer
{
internal class PrimaryKeyGenerator : ITransferPathKeyGenerator
{
public static long CreateKey(TransferPath path);
public static long CreateKey(string path);
public long GetKey(string path);
public long GetKey(TransferPath path);
public PrimaryKeyGenerator();
}
}