Akka.Routing.ScatterGatherFirstCompletedGroup.ScatterGatherFirstCompletedGroupSurrogate.FromSurrogate C# (CSharp) Method

FromSurrogate() public method

Creates a ScatterGatherFirstCompletedGroup encapsulated by this surrogate.
public FromSurrogate ( ActorSystem system ) : ISurrogated
system ActorSystem The actor system that owns this router.
return ISurrogated
            public ISurrogated FromSurrogate(ActorSystem system)
            {
                return new ScatterGatherFirstCompletedGroup(Paths,Within);
            }
ScatterGatherFirstCompletedGroup.ScatterGatherFirstCompletedGroupSurrogate