C# Class Akka.Routing.ScatterGatherFirstCompletedPool.ScatterGatherFirstCompletedPoolSurrogate

This class represents a surrogate of a ScatterGatherFirstCompletedPool router. Its main use is to help during the serialization process.
Inheritance: ISurrogate
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
FromSurrogate ( ActorSystem system ) : ISurrogated

Creates a ScatterGatherFirstCompletedPool encapsulated by this surrogate.

Method Details

FromSurrogate() public méthode

Creates a ScatterGatherFirstCompletedPool encapsulated by this surrogate.
public FromSurrogate ( ActorSystem system ) : ISurrogated
system ActorSystem The actor system that owns this router.
Résultat ISurrogated