Click or drag to resize
Akka.NETActorPublisherTOnComplete Method
Complete the stream. After that you are not allowed to call OnNext(T), OnError(Exception) and OnComplete.

Namespace:  Akka.Streams.Actors
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void OnComplete()
Exceptions
See Also