Click or drag to resize
Akka.NETIAsyncContextTOut, TExtGetAsyncCallback 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<TExt> GetAsyncCallback()

Return Value

Type: AsyncCallbackTExt
TBD
See Also