C# Class Akka.Routing.RoundRobinGroup.RoundRobinGroupSurrogate

This class represents a surrogate of a RoundRobinGroup router. Its main use is to help during the serialization process.
Inheritance: ISurrogate
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
FromSurrogate ( ActorSystem system ) : ISurrogated

Creates a RoundRobinGroup encapsulated by this surrogate.

Method Details

FromSurrogate() public method

Creates a RoundRobinGroup encapsulated by this surrogate.
public FromSurrogate ( ActorSystem system ) : ISurrogated
system ActorSystem The actor system that owns this router.
return ISurrogated