C# 클래스 Akka.Routing.SmallestMailboxPool.SmallestMailboxPoolSurrogate

This class represents a surrogate of a SmallestMailboxPool router. Its main use is to help during the serialization process.
상속: ISurrogate
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
FromSurrogate ( ActorSystem system ) : ISurrogated

Creates a SmallestMailboxPool encapsulated by this surrogate.

메소드 상세

FromSurrogate() 공개 메소드

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