Property | Type | Description | |
---|---|---|---|
_tag | object |
Method | Description | |
---|---|---|
BindActor ( IActorRef actor, IEnumerable |
||
BindType ( IActorRef actor, IEnumerable |
||
Close ( ) : void | ||
GetBoundActor ( int id ) : BoundActor | ||
GetBoundActorId ( IActorRef actor ) : int | ||
OnCloseRequest ( ) : void | ||
OnNotificationMessage ( NotificationMessage message ) : void | ||
OnReceive ( object message ) : void | ||
OnResponseMessage ( ResponseMessage message ) : void | ||
PostStop ( ) : void | ||
UnbindActor ( IActorRef actor ) : BoundActor | ||
UnbindType ( IActorRef actor, IEnumerable |
Method | Description | |
---|---|---|
GetDerivedBoundTypes ( IEnumerable |
||
IActorBoundChannelSync ( IActorRef actor, |
||
IActorBoundChannelSync ( InterfacedActorRef actor, ActorBindingFlags bindingFlags ) : InterfacedActorRef | ||
IActorBoundChannelSync ( IActorRef actor ) : bool | ||
IActorBoundChannelSync ( IActorRef actor, |
||
IActorBoundChannelSync ( IActorRef actor, |
||
IActorBoundChannelSync ( ) : void | ||
IActorBoundChannelSync ( object tag ) : void | ||
OnChildTerminate ( |
protected BindActor ( IActorRef actor, IEnumerable |
||
actor | IActorRef | |
boundTypes | IEnumerable |
|
bindingFlags | ActorBindingFlags | |
return | int |
protected BindType ( IActorRef actor, IEnumerable |
||
actor | IActorRef | |
boundTypes | IEnumerable |
|
return | bool |
protected GetBoundActor ( int id ) : BoundActor | ||
id | int | |
return | BoundActor |
protected GetBoundActorId ( IActorRef actor ) : int | ||
actor | IActorRef | |
return | int |
protected abstract OnNotificationMessage ( NotificationMessage message ) : void | ||
message | NotificationMessage | |
return | void |
protected OnReceive ( object message ) : void | ||
message | object | |
return | void |
protected abstract OnResponseMessage ( ResponseMessage message ) : void | ||
message | ResponseMessage | |
return | void |
protected UnbindActor ( IActorRef actor ) : BoundActor | ||
actor | IActorRef | |
return | BoundActor |
protected UnbindType ( IActorRef actor, IEnumerable |
||
actor | IActorRef | |
types | IEnumerable |
|
return | bool |