Click or drag to resize
Akka.NETActorSubscriberImplTOnSubscribe Method
TBD

Namespace:  Akka.Streams.Actors
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void OnSubscribe(
	ISubscription subscription
)

Parameters

subscription
Type: ISubscription
TBD

Implements

ISubscriber.OnSubscribe(ISubscription)
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified subscription is undefined.
See Also