System::Threading::WaitCallback typedef

WaitCallback typedef

一旦有空位就执行的回调项。

using System::Threading::WaitCallback =  System::MulticastDelegate<void(System::SharedPtr<System::Object>)>

另见