IShutdownServicePreventShutdown Method | 
            Prevents shutdown with the following reason.
            Dispose the returned value to allow shutdown again.
            
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
SyntaxIDisposable PreventShutdown(
	string reason
)
Parameters
- reason  String
 - The reason, will be displayed to the user.
 
Return Value
IDisposable[Missing <returns> documentation for "M:Altaxo.Main.Services.IShutdownService.PreventShutdown(System.String)"]
Exceptions
RemarksThis method is thread-safe.
See Also