Class Tcp.UnsubscribeFromTcpListenerStats
Unsubscribe from receiving ongoing statistics from a TCP listener.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed record Tcp.UnsubscribeFromTcpListenerStats : Tcp.ITcpQuery, INoSerializationVerificationNeeded, IEquatable<Tcp.UnsubscribeFromTcpListenerStats>
Constructors
| Edit this page View SourceUnsubscribeFromTcpListenerStats(IActorRef)
Unsubscribe from receiving ongoing statistics from a TCP listener.
Declaration
public UnsubscribeFromTcpListenerStats(IActorRef Subscriber)
Parameters
| Type | Name | Description |
|---|---|---|
| IActorRef | Subscriber |
Properties
| Edit this page View SourceSubscriber
Declaration
public IActorRef Subscriber { get; init; }
Property Value
| Type | Description |
|---|---|
| IActorRef |
Edit this page