Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Streams
ISourceQueueWithComplete(T) Interface
ISourceQueueWithComplete(T) Methods
Complete Method
Fail Method
ISourceQueueWithComplete
T
Complete Method
Complete the stream normally. Use
WatchCompletionAsync
to be notified of this operation’s success.
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
void
Complete
()
abstract
Complete
:
unit
->
unit
See Also
Reference
ISourceQueueWithComplete
T
Interface
Akka.Streams Namespace
Akka.NET Home
|
Learn Akka.NET