Call this in console applications before exiting. This will release internally acquired
resources immediately and allow the process to continue with shutdown. Other application
types (WindForm, WPF) do not require this call.
Namespace: Ico.Fwx.ClientWrapperAssembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public static void ProcessExit() |
Visual Basic |
---|
Public Shared Sub ProcessExit |
JScript |
---|
public static function ProcessExit() |