Class FileSystemStarter
Represents a starter that launches file systems on startup
Inheritance
System.Object
FileSystemStarter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.IO.FileSystem
Assembly: NFX.dll
Syntax
public sealed class FileSystemStarter : IApplicationStarter, IConfigurable, INamed
Properties
ApplicationStartBreakOnException
Declaration
[Config]
public bool ApplicationStartBreakOnException { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
[Config]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ApplicationStartAfterInit(IApplication)
Declaration
public void ApplicationStartAfterInit(IApplication application)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application |
ApplicationStartBeforeInit(IApplication)
Declaration
public void ApplicationStartBeforeInit(IApplication application)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application |
Configure(IConfigSectionNode)
Declaration
public void Configure(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |