Click or drag to resize

PFControllerFactoryReleaseController Method

Releases the specified controller.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public void ReleaseController(
	IController controller
)

Parameters

controller
Type: IController
The controller.

Implements

IControllerFactory.ReleaseController(IController)
See Also