C# Class SenseNet.ContentRepository.RepositoryStartSettings

Controls the startup sequence of the Repository. This class is used as a parameter of the Repository.Start(RepositoryStartSettings) method. The startup control information is also available (in read only way) in the RepositoryInstace which the Repository.Start method returns to.
Show file Open project: maxpavlov/FlexNet Class Usage Examples