C# Class Brunet.Applications.NodeConfig.NCServiceConfig

Enables for NCService
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
Checkpoint string
Checkpointing bool
Enabled bool
OptimizeShortcuts bool

Property Details

Checkpoint public property

The checkpoint for ncservice
public string Checkpoint
return string

Checkpointing public property

Use checkpointing for NCService
public bool Checkpointing
return bool

Enabled public property

Enable NCService
public bool Enabled
return bool

OptimizeShortcuts public property

Allow NCService to optimize shortcuts
public bool OptimizeShortcuts
return bool