Sunday, 15 March 2015

c# - Delay Process exit -



c# - Delay Process exit -

i delay process exit. when relaying on:

appdomain.currentdomain.processexit += currentdomain_processexit;

windows limits actions 2 seconds, terminate process.

i increment time. found far iclrpolicymanager::settimeout, requires external native process host clr code. maybe can interop management interface clr code?..

sidenote: application.exit, etc not job, since it bound wpf other solutions bound concrete technology. need cover console, services, , ui applications solution.

c# winapi

No comments:

Post a Comment