Click or drag to resize
Akka.NETActorPublisherSubscription Constructor
TBD

Namespace:  Akka.Streams.Actors
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorPublisherSubscription(
	IActorRef ref
)

Parameters

ref
Type: Akka.ActorIActorRef
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified ref is undefined.
See Also