Exemplo n.º 1
0
 public void OnBeginShutdown(ref Array custom)
 {
     //TODO: Make this thing unregister all the callbacks we've just made... gahhh... C# and destructors...
     AsyncProcess.Term();
 }