C# 클래스 Akka.Actor.LocalActorRef

상속: Akka.Actor.ActorRefWithCell, ILocalRef
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
GetChild ( IEnumerable name ) : IActorRef
GetSingleChild ( string name ) : IInternalActorRef
LocalActorRef ( ActorSystemImpl system, Props props, MessageDispatcher dispatcher, Func createMailbox, IInternalActorRef supervisor, ActorPath path ) : System
Restart ( Exception cause ) : void
Resume ( Exception causedByFailure = null ) : void
SendSystemMessage ( ISystemMessage message ) : void
Start ( ) : void
Stop ( ) : void
Suspend ( ) : void

보호된 메소드들

메소드 설명
LocalActorRef ( ActorSystem system, Props props, MessageDispatcher dispatcher, Func createMailbox, IInternalActorRef supervisor, ActorPath path, ActorCell>.Func createActorCell ) : System

Inheritors should only call this constructor

TellInternal ( object message, IActorRef sender ) : void

메소드 상세

GetChild() 공개 메소드

public GetChild ( IEnumerable name ) : IActorRef
name IEnumerable
리턴 IActorRef

GetSingleChild() 공개 메소드

public GetSingleChild ( string name ) : IInternalActorRef
name string
리턴 IInternalActorRef

LocalActorRef() 보호된 메소드

Inheritors should only call this constructor
protected LocalActorRef ( ActorSystem system, Props props, MessageDispatcher dispatcher, Func createMailbox, IInternalActorRef supervisor, ActorPath path, ActorCell>.Func createActorCell ) : System
system ActorSystem
props Props
dispatcher Akka.Dispatch.MessageDispatcher
createMailbox Func
supervisor IInternalActorRef
path ActorPath
createActorCell ActorCell>.Func
리턴 System

LocalActorRef() 공개 메소드

public LocalActorRef ( ActorSystemImpl system, Props props, MessageDispatcher dispatcher, Func createMailbox, IInternalActorRef supervisor, ActorPath path ) : System
system ActorSystemImpl
props Props
dispatcher Akka.Dispatch.MessageDispatcher
createMailbox Func
supervisor IInternalActorRef
path ActorPath
리턴 System

Restart() 공개 메소드

public Restart ( Exception cause ) : void
cause System.Exception
리턴 void

Resume() 공개 메소드

public Resume ( Exception causedByFailure = null ) : void
causedByFailure System.Exception
리턴 void

SendSystemMessage() 공개 메소드

public SendSystemMessage ( ISystemMessage message ) : void
message ISystemMessage
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Suspend() 공개 메소드

public Suspend ( ) : void
리턴 void

TellInternal() 보호된 메소드

protected TellInternal ( object message, IActorRef sender ) : void
message object
sender IActorRef
리턴 void