Akka.Persistence.Tests.PersistentActorSpec.SnapshottingPersistentActor.SnapshottingPersistentActor C# (CSharp) Method

SnapshottingPersistentActor() public method

public SnapshottingPersistentActor ( string name, IActorRef probe ) : System
name string
probe IActorRef
return System
            public SnapshottingPersistentActor(string name, IActorRef probe)
                : base(name)
            {
                Probe = probe;
            }