Class EmptyLocalActorRef
TBD
Inheritance
InternalActorRefBase
MinimalActorRef
EmptyLocalActorRef
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class EmptyLocalActorRef : MinimalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable
Constructors
| Edit this page 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
| Edit this page View SourceIsTerminated
TBD
Declaration
[Obsolete("Use Context.Watch and Receive<Terminated> [1.1.0]")]
public override bool IsTerminated { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Akka.Actor.MinimalActorRef.IsTerminated
|
Edit this page
View Source
Path
TBD
Declaration
public override ActorPath Path { get; }
Property Value
Type | Description |
---|---|
ActorPath |
Overrides
| Edit this page View SourceProvider
TBD
Declaration
public override IActorRefProvider Provider { get; }
Property Value
Type | Description |
---|---|
IActorRefProvider |
Overrides
Akka.Actor.InternalActorRefBase.Provider
Methods
| Edit this page View SourceSendSystemMessage(ISystemMessage)
TBD
Declaration
public override void SendSystemMessage(ISystemMessage message)
Parameters
Type | Name | Description |
---|---|---|
ISystemMessage | message | TBD |
Overrides
| Edit this page View SourceSpecialHandle(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 |
---|---|
bool | 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
Exceptions
Type | Condition |
---|---|
InvalidMessageException | This exception is thrown if the given |