예제 #1
0
 internal void AbortInvocation(long rti_id)
 {
     lock (this) {
         check_alive();
         servant.AbortInvocation(rti_id);
     }
 }