Click or drag to resize

RealTimeWorkController.BindProjectController 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.10.0.0 (5.10.0)
Syntax
public void BindProjectController(
	ProjectController toBindTo
)

Parameters

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