Akka.Interfaced.Persistence.Tests.CleanupLocalSnapshots.CleanupLocalSnapshots C# (CSharp) 메소드

CleanupLocalSnapshots() 공개 메소드

public CleanupLocalSnapshots ( Akka.TestKit.TestKitBase testKit ) : System
testKit Akka.TestKit.TestKitBase
리턴 System
        public CleanupLocalSnapshots(TestKitBase testKit)
        {
            StorageLocations = new[]
            {
                "akka.persistence.snapshot-store.local.dir"
            }.Select(s => new DirectoryInfo(testKit.Sys.Settings.Config.GetString(s))).ToList();
        }