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

SaveSnapshotTestActor() public method

public SaveSnapshotTestActor ( string name, IActorRef probe ) : System
name string
probe IActorRef
return System
            public SaveSnapshotTestActor(string name, IActorRef probe) : base(name)
            {
                _probe = probe;
            }
SnapshotFailureRobustnessSpec.SaveSnapshotTestActor