Exemplo n.º 1
0
 protected void onDestroy()
 {
   super.onDestroy();
   if (this.request != null)
   {
     mapiService().abort(this.request, this, true);
     this.request = null;
   }
 }