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.42 (1.2.3.42)
Syntax
public TSubscriber Subscriber { get; }

Property Value

Type: TSubscriber
The subscriber.
See Also