Click or drag to resize

IProtocolRemoveController Method

Removes a specific IController from the IProtocol

Namespace:  Crosser.Common.Server.Protocol
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
void RemoveController(
	IController controller
)

Parameters

controller
Type: Crosser.Common.ServerIController
The IController to remove
See Also