Click or drag to resize

IControllerFactoryAddPlugin Method

Registers a IController in the factory and also sets custom events if there is any.

Namespace:  Crosser.Common.Utilities.Factories
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
bool AddPlugin(
	IController controller
)

Parameters

controller
Type: Crosser.Common.ServerIController
The IController to register

Return Value

Type: Boolean
True if success
See Also