Click or drag to resize

IControllerFactoryControllers Property

All controllers registered in the server

Namespace:  Crosser.Common.Utilities.Factories
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
IEnumerable<IController> Controllers { get; }

Property Value

Type: IEnumerableIController
See Also