Click or drag to resize
Akka.NETActorRefSinkTIn Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorRefSink(
	IActorRef ref,
	Object onCompleteMessage,
	Attributes attributes,
	SinkShape<TIn> shape
)

Parameters

ref
Type: Akka.ActorIActorRef
TBD
onCompleteMessage
Type: SystemObject
TBD
attributes
Type: Akka.StreamsAttributes
TBD
shape
Type: Akka.StreamsSinkShapeTIn
TBD
See Also