Binding ClientDump Property NFX Class Library

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

Turns on/off client 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

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

Property Value

Type: DumpDetail
See Also