This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initializes and holds all registered SmartService WCF services. The services should be registered in the smartsite.config configuration file, within the "services" node.

Namespace: Smartsite.Core.Services
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public class ServiceRegistrations : 
Visual Basic (Declaration)Copy imageCopy Code
Public Class ServiceRegistrations _
	Inherits 

Inheritance Hierarchy

System..::..Object
  Smartsite.Base..::..ProcessResourceLock
    Smartsite.Core.Services..::..ServiceRegistrations

See Also

Advanced