Click or drag to resize
Akka.NETIAsyncContextGetAsyncCallback Method
Obtain a callback object that can be used asynchronously to re-enter the current IAsyncContextTOut, 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 IAsyncContextTOut, 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