C# Class Brunet.Applications.NodeConfig.NCServiceConfig

Enables for NCService
Mostrar archivo Open project: pstjuste/brunet

Public Properties

Property Type Description
Checkpoint string
Checkpointing bool
Enabled bool
OptimizeShortcuts bool

Property Details

Checkpoint public_oe property

The checkpoint for ncservice
public string Checkpoint
return string

Checkpointing public_oe property

Use checkpointing for NCService
public bool Checkpointing
return bool

Enabled public_oe property

Enable NCService
public bool Enabled
return bool

OptimizeShortcuts public_oe property

Allow NCService to optimize shortcuts
public bool OptimizeShortcuts
return bool