Akka.Persistence.Tests.PersistentActorSpec.SnapshottingPersistentActor.SnapshottingPersistentActor C# (CSharp) Метод

SnapshottingPersistentActor() публичный Метод

public SnapshottingPersistentActor ( string name, IActorRef probe ) : System
name string
probe IActorRef
Результат System
            public SnapshottingPersistentActor(string name, IActorRef probe)
                : base(name)
            {
                Probe = probe;
            }