System::AsyncCallback typedef

AsyncCallback typedef

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

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

See Also