Method | Description | |
---|---|---|
GetChildByName ( string name ) : IInternalActorRef | ||
GetChildren ( ) : IEnumerable |
||
GetSingleChild ( string name ) : IInternalActorRef | ||
Post ( IActorRef sender, object message ) : void | ||
ReplaceWith ( ICell cell ) : void | ||
Restart ( |
||
Resume ( |
||
SendSystemMessage ( ISystemMessage message ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Suspend ( ) : void | ||
TryGetChildStatsByName ( string name, IChildStats &child ) : bool | ||
UnstartedCell ( ActorSystemImpl system, |
Method | Description | |
---|---|---|
CellIsReady ( ICell cell ) : bool | ||
SendMessage ( object message, IActorRef sender ) : void | ||
SendSystemMessage ( object message, IActorRef sender ) : void | ||
TryEnqueue ( |
public GetChildByName ( string name ) : IInternalActorRef | ||
name | string | |
return | IInternalActorRef |
public GetSingleChild ( string name ) : IInternalActorRef | ||
name | string | |
return | IInternalActorRef |
public Post ( IActorRef sender, object message ) : void | ||
sender | IActorRef | |
message | object | |
return | void |
public Restart ( |
||
cause | ||
return | void |
public Resume ( |
||
causedByFailure | ||
return | void |
public SendSystemMessage ( ISystemMessage message ) : void | ||
message | ISystemMessage | |
return | void |
public TryGetChildStatsByName ( string name, IChildStats &child ) : bool | ||
name | string | |
child | IChildStats | |
return | bool |
public UnstartedCell ( ActorSystemImpl system, |
||
system | ActorSystemImpl | |
self | ||
props | Props | |
supervisor | IInternalActorRef | |
return | System |