Akka.Persistence.Tests.SnapshotFailureRobustnessSpec.DeleteSnapshotTestActor.DeleteSnapshotTestActor C# (CSharp) Method

DeleteSnapshotTestActor() public method

public DeleteSnapshotTestActor ( string name, IActorRef probe ) : System
name string
probe IActorRef
return System
            public DeleteSnapshotTestActor(string name, IActorRef probe) : base(name)
            {
                _probe = probe;
                SnapshotPluginId = "akka.persistence.snapshot-store.local-delete-fail";
            }
SnapshotFailureRobustnessSpec.DeleteSnapshotTestActor