Click or drag to resize
Akka.NETSinkOnCompleteTIn Method
A SinkTIn, TMat that when the flow is completed, either through a failure or normal completion, apply the provided function with success or failure.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Sink<TIn, NotUsed> OnComplete<TIn>(
	Action success,
	Action<Exception> failure
)

Parameters

success
Type: SystemAction
TBD
failure
Type: SystemActionException
TBD

Type Parameters

TIn
TBD

Return Value

Type: SinkTIn, NotUsed
TBD
See Also