Class SystemMessage
INTERNAL API
ISystemMessage is an interface and too basic to express all of the capabilities needed to express a full-fledged system message.
Inheritance
SystemMessage
Inherited Members
Namespace: Akka.Dispatch.SysMsg
Assembly: Akka.dll
Syntax
public abstract class SystemMessage : ISystemMessage, INoSerializationVerificationNeeded
Properties
| Improve this Doc View SourceUnlinked
Returns true
if we are unlinked.
Declaration
public bool Unlinked { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
| Improve this Doc View SourceUnlink()
Unlinks this message from the linked list.
Declaration
public void Unlink()