Example #1
0
 private void onPackageComplete(SendMsg[] workLoadPartial, int firstIndex, int lastIndex)
 {
     WebLog.Log("partial workload processed: " + workLoadPartial.Length + ", from: " + firstIndex + ", to:  " + lastIndex);
 }
Example #2
0
 /// <summary>
 /// 发包
 /// </summary>
 /// <param name="msg"></param>
 /// <param name="i"></param>
 private void RealSend(SendMsg msg, int i)
 {
     /// todo
     /// 前边几个参数是什么意思,还没有搞清楚
     m_Client.SendUserMessage(Nettention.Proud.HostID.Server, Nettention.Proud.RmiContext.SecureReliableSend, msg.msg.Data.data);
 }
Example #3
0
 private void onComplete(SendMsg[] workLoad)
 {
     WebLog.Log("All workload processed: " + workLoad.Length);
 }