BuildChildren Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the methods that will handle the asynchronous build.
public delegate void BuildChildren(WaitHandle ^ quitEvent);
public delegate void BuildChildren(WaitHandle quitEvent);
type BuildChildren = delegate of WaitHandle -> unit
Public Delegate Sub BuildChildren(quitEvent As WaitHandle)
Parameters
- quitEvent
- WaitHandle
Provides access to exit the program.