Click or drag to resize

ControllerFactoryContainsController Method

Checks if a specific controller is loaded for a specific BinaryKey

Namespace:  Crosser.Server.Utilities.Factories
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public bool ContainsController(
	BinaryKey key
)

Parameters

key
Type: Crosser.Common.Utilities.BinaryBinaryKey
The BinaryKey that match the BinaryKey to locate

Return Value

Type: Boolean
True if the key exists

Implements

IControllerFactoryContainsController(BinaryKey)
See Also