Class Tcp.Register
This message must be sent to a TCP connection actor after receiving the Tcp.Connected message. The connection will not read any data from the socket until this message is received, because this message defines the actor which will receive all inbound data.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class Register : Tcp.Command, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceRegister(IActorRef, Boolean, Boolean)
TBD
Declaration
public Register(IActorRef handler, bool keepOpenOnPeerClosed = false, bool useResumeWriting = true)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | handler | TBD |
Boolean | keepOpenOnPeerClosed | TBD |
Boolean | useResumeWriting | TBD |
Properties
| Improve this Doc View SourceHandler
TBD
Declaration
public IActorRef Handler { get; }
Property Value
Type | Description |
---|---|
IActorRef |
KeepOpenOnPeerClosed
TBD
Declaration
public bool KeepOpenOnPeerClosed { get; }
Property Value
Type | Description |
---|---|
Boolean |
UseResumeWriting
TBD
Declaration
public bool UseResumeWriting { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |