Click or drag to resize
ServiceServiceInterfaceEntry Method
Returns the service interface as a static singleton

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public static ServiceInterface Entry()

Return Value

Type: ServiceInterface
Exceptions
ExceptionCondition
ExceptionThrown when service is used before application PreInit.
See Also