| AsyncCallbackT Delegate |
An asynchronous callback holder that is attached to an
IAsyncContextTOut, TExt.
Invoking
[!:Invoke] will eventually lead to
OnAsyncInput
being called.
Dispatch an asynchronous notification. This method is thread-safe and
may be invoked from external execution contexts.
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public delegate void AsyncCallback<in T>(
T element
)
type AsyncCallback =
delegate of
element : 'T -> unit
Parameters
- element
- Type: T
TBD
Type Parameters
- T
- TBD
See Also