WaitCallback

WaitCallback typedef

Callback item to be executed once there is a spot.

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

See Also