Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Akka
Routing
RouterActor
C# 클래스 Akka.Routing.RouterActor
INTERNAL API
상속:
Akka.Actor.UntypedActor
파일 보기
프로젝트 열기: rogeralsing/akka.net
1 사용 예제들
공개 메소드들
메소드
설명
RouterActor
( ) :
System
보호된 메소드들
메소드
설명
OnReceive
(
object
message
) :
void
PreRestart
(
Exception
cause
,
object
message
) :
void
StopIfAllRouteesRemoved
( ) :
void
메소드 상세
OnReceive()
보호된
메소드
protected
OnReceive
(
object
message
) :
void
message
object
리턴
void
PreRestart()
보호된
메소드
protected
PreRestart
(
Exception
cause
,
object
message
) :
void
cause
System.Exception
message
object
리턴
void
RouterActor()
공개
메소드
public
RouterActor
( ) :
System
리턴
System
StopIfAllRouteesRemoved()
보호된
메소드
protected
StopIfAllRouteesRemoved
( ) :
void
리턴
void