Class ActorRefBase
Base implementation for IActorRef implementations.
Assembly: Akka.dll
Syntax
public abstract class ActorRefBase : IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable
Properties
|
Improve this Doc
View Source
Path
Declaration
public abstract ActorPath Path { get; }
Property Value
Methods
|
Improve this Doc
View Source
CompareTo(IActorRef)
Declaration
public int CompareTo(IActorRef other)
Parameters
Returns
|
Improve this Doc
View Source
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Exceptions
|
Improve this Doc
View Source
Equals(IActorRef)
Checks equality between this instance and another object.
Declaration
public bool Equals(IActorRef other)
Parameters
Returns
Type |
Description |
Boolean |
true if this IActorRef instance have the same reference
as the other instance, if this ActorPath of
this IActorRef instance is equal to the other instance,
and other is not null ; otherwise false .
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
Tell(Object, IActorRef)
Declaration
public void Tell(object message, IActorRef sender)
Parameters
|
Improve this Doc
View Source
TellInternal(Object, IActorRef)
Declaration
protected abstract void TellInternal(object message, IActorRef sender)
Parameters
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
|
Improve this Doc
View Source
ToSurrogate(ActorSystem)
Creates a surrogate representation of the current ActorRefBase.
Declaration
public virtual ISurrogate ToSurrogate(ActorSystem system)
Parameters
Returns
Implements
Extension Methods