System::AsyncCallback typedef'i

AsyncCallback typedef

Asenkron işlem tamamlandığında çağrılacak yöntemi temsil eden bir delegate türü.

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

Ayrıca Bakınız