Binding ServerDump Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Turns on/off server message dumping to disk. Turning on dumping has negative effect on performance and consumes resources

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute("$server-dump", DumpDetail.None)]
[ExternalParameterAttribute(new string[] { ... })]
public DumpDetail ServerDump { get; set; }

Property Value

Type: DumpDetail
See Also