BuildChildren Delegate

Definition

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.

Applies to