Class Unwatch
Inherited Members
Namespace: Akka.Dispatch.SysMsg
Assembly: Akka.dll
Syntax
public sealed class Unwatch : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded
Constructors
| Edit this page View SourceUnwatch(IInternalActorRef, IInternalActorRef)
Initializes a new instance of the Unwatch class.
Declaration
public Unwatch(IInternalActorRef watchee, IInternalActorRef watcher)
Parameters
Type | Name | Description |
---|---|---|
IInternalActorRef | watchee | The watchee. |
IInternalActorRef | watcher | The watcher. |
Properties
| Edit this page View SourceWatchee
Gets the watchee.
Declaration
public IInternalActorRef Watchee { get; }
Property Value
Type | Description |
---|---|
IInternalActorRef | The watchee. |
Watcher
Gets the watcher.
Declaration
public IInternalActorRef Watcher { get; }
Property Value
Type | Description |
---|---|
IInternalActorRef | The watcher. |
Methods
| Edit this page View SourceEquals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
| Edit this page View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | TBD |