Click or drag to resize

ControllerFactoryRemovePlugin Method

Removes the plugin from the factory

Namespace:  Crosser.Server.Utilities.Factories
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public void RemovePlugin(
	IController controller
)

Parameters

controller
Type: Crosser.Common.ServerIController
The IController to lookup and remove from the factory

Implements

IControllerFactoryRemovePlugin(IController)
See Also