Beispiel #1
0
 public object EndInvoke(RemoteResult result)
 {
     return result.mHandler.EndInvoke(result.mResult);
 }
Beispiel #2
0
 public object EndInvoke(RemoteResult result)
 {
     return(result.mHandler.EndInvoke(result.mResult));
 }