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