AsyncCallback

AsyncCallback typedef

A delegate type that represents a method to be called when asynchronous operation completes.

typedef MulticastDelegate< void(SharedPtr< IAsyncResult >)> System::AsyncCallback

See Also