Click or drag to resize
Akka.NETActorPublisherImplT Constructor
TBD

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

Parameters

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