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

NestedPersistInAsyncEnforcesStashing() public method

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