|  | 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.42 (1.2.3.42)
 Syntax
SyntaxAsyncCallback<TExt> GetAsyncCallback()
abstract GetAsyncCallback : unit -> AsyncCallback<'TExt> 
Return Value
Type: 
AsyncCallbackTExtTBD
 See Also
See Also