Click or drag to resize
Akka.NETIAsyncContext.GetAsyncCallback Method
Obtain a callback object that can be used asynchronously to re-enter the current IAsyncContext< TOut, TExt> with an asynchronous notification. After the notification has been invoked, eventually OnAsyncInput will be called with the given data item. This object can be cached and reused within the same IAsyncContext<TOut, TExt>.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
AsyncCallback GetAsyncCallback()

Return Value

Type: AsyncCallback
TBD
See Also