C# Класс Akka.Routing.ConsistentHashingPool.ConsistentHashingPoolSurrogate

This class represents a surrogate of a ConsistentHashingPool router. Its main use is to help during the serialization process.
Наследование: ISurrogate
Показать файл Открыть проект

Открытые методы

Метод Описание
FromSurrogate ( ActorSystem system ) : ISurrogated

Creates a ConsistentHashingPool encapsulated by this surrogate.

Описание методов

FromSurrogate() публичный Метод

Creates a ConsistentHashingPool encapsulated by this surrogate.
public FromSurrogate ( ActorSystem system ) : ISurrogated
system ActorSystem The actor system that owns this router.
Результат ISurrogated