JuggerNET Runtime Library

IOptions.NoshutdownProcessing Property

Governs whether the application should attempt to perform cleanup in the JVM when shutting down. This defaults to false, but some applications may require setting this property to true if they experience shutdown crashes.

[ConfigOption(OptionName="null", Name="null")]
bool NoshutdownProcessing {get; set;}

Property Value

Governs whether the application should attempt to perform cleanup in the JVM when shutting down.

See Also

IOptions Interface | Codemesh.JuggerNET Namespace