| IAsyncContextTOut, 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.129 (1.2.3.129)
Syntax AsyncCallback<TExt> GetAsyncCallback()
abstract GetAsyncCallback : unit -> AsyncCallback<'TExt>
Return Value
Type:
AsyncCallbackTExtTBD
See Also