Click or drag to resize
RealTimeWorkControllerBindProjectController Method
Binds this controller to the project controller's events, to anticipate on change in the controller project.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Parallelization
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void BindProjectController(
	ProjectController toBindTo
)

Parameters

toBindTo
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectController
To bind to.
See Also