Class EmptyLocalActorRef
TBD
Inheritance
Akka.Actor.InternalActorRefBase
Akka.Actor.MinimalActorRef
EmptyLocalActorRef
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class EmptyLocalActorRef : MinimalActorRef, IInternalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable, IActorRefScope
Constructors
| Improve this Doc View SourceEmptyLocalActorRef(IActorRefProvider, ActorPath, EventStream)
TBD
Declaration
public EmptyLocalActorRef(IActorRefProvider provider, ActorPath path, EventStream eventStream)
Parameters
Type | Name | Description |
---|---|---|
IActorRefProvider | provider | TBD |
ActorPath | path | TBD |
EventStream | eventStream | TBD |
Properties
| Improve this Doc View SourceIsTerminated
TBD
Declaration
[Obsolete("Use Context.Watch and Receive<Terminated> [1.1.0]")]
public override bool IsTerminated { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
Akka.Actor.MinimalActorRef.IsTerminated
|
Improve this Doc
View Source
Path
TBD
Declaration
public override ActorPath Path { get; }
Property Value
Type | Description |
---|---|
ActorPath |
Overrides
| Improve this Doc View SourceProvider
TBD
Declaration
public override IActorRefProvider Provider { get; }
Property Value
Type | Description |
---|---|
IActorRefProvider |
Overrides
Akka.Actor.InternalActorRefBase.Provider
Methods
| Improve this Doc View SourceSendSystemMessage(ISystemMessage)
TBD
Declaration
public override void SendSystemMessage(ISystemMessage message)
Parameters
Type | Name | Description |
---|---|---|
ISystemMessage | message | TBD |
Overrides
Akka.Actor.MinimalActorRef.SendSystemMessage(Akka.Dispatch.SysMsg.ISystemMessage)
|
Improve this Doc
View Source
SpecialHandle(Object, IActorRef)
TBD
Declaration
protected virtual bool SpecialHandle(object message, IActorRef sender)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
IActorRef | sender | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |
TellInternal(Object, IActorRef)
TBD
Declaration
protected override void TellInternal(object message, IActorRef sender)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
IActorRef | sender | TBD |
Overrides
Akka.Actor.MinimalActorRef.TellInternal(System.Object, Akka.Actor.IActorRef)
Exceptions
Type | Condition |
---|---|
InvalidMessageException | This exception is thrown if the given |