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.6.0.0 (5.6.19.0117)
Syntax
public void BindProjectController(
	ProjectController toBindTo
)

Parameters

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