Click or drag to resize
Akka.NETSubscriptionTSubscriber, TClassifierSubscriber Property
Gets the subscriber attached to this subscription.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public TSubscriber Subscriber { get; }

Property Value

Type: TSubscriber
The subscriber.
See Also