Click or drag to resize
Akka.NETActorRefSinkActorProps Method
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Props Props(
	IActorRef ref,
	int highWatermark,
	Object onCompleteMessage
)

Parameters

ref
Type: Akka.ActorIActorRef
TBD
highWatermark
Type: SystemInt32
TBD
onCompleteMessage
Type: SystemObject
TBD

Return Value

Type: Props
TBD
See Also