System::Threading::WaitCallback typedef

WaitCallback typedef

Callback item to be executed once there is a spot.

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

See Also