typedef System::AsyncCallback

AsyncCallback typedef

Un tipo delegate che rappresenta un metodo da chiamare quando l’operazione asincrona termina.

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

Vedi anche