Akka.Routing.ScatterGatherFirstCompletedGroup.ToSurrogate C# (CSharp) Méthode

ToSurrogate() public méthode

Creates a surrogate representation of the current ScatterGatherFirstCompletedGroup.
public ToSurrogate ( ActorSystem system ) : ISurrogate
system ActorSystem The actor system that owns this router.
Résultat ISurrogate
        public override ISurrogate ToSurrogate(ActorSystem system)
        {
            return new ScatterGatherFirstCompletedGroupSurrogate
            {
                Paths = Paths,
                Within = Within,
            };
        }