Click or drag to resize
Akka.NETAsyncCallbackT 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.42 (1.2.3.42)
Syntax
public delegate void AsyncCallback<in T>(
	T element
)

Parameters

element
Type: T
TBD

Type Parameters

T
TBD
See Also