Akka.Streams.Tests.Dsl.ActorRefSinkSpec.Fw.Fw C# (CSharp) Méthode

Fw() public méthode

public Fw ( IActorRef aref ) : Akka.Actor
aref IActorRef
Résultat Akka.Actor
            public Fw(IActorRef aref)
            {
                ReceiveAny(aref.Forward);
            }
        }
ActorRefSinkSpec.Fw