Akka.Persistence.Tests.PersistentActorSpec.HandleRecoveryFinishedEventPersistentActor.HandleRecoveryFinishedEventPersistentActor C# (CSharp) 메소드

HandleRecoveryFinishedEventPersistentActor() 공개 메소드

public HandleRecoveryFinishedEventPersistentActor ( string name, IActorRef probe ) : System
name string
probe IActorRef
리턴 System
            public HandleRecoveryFinishedEventPersistentActor(string name, IActorRef probe)
                : base(name, probe)
            {
            }