protected override void RefreshComplete(ServerListRequestHandle request, MatchMakingServerResponse response)
 {
     Console.WriteLine("RefreshComplete: request " + request + " response " + response +
         " respondCount " + respondCount + " failedCount " + failedCount);
 }
Пример #2
0
 protected override void RefreshComplete(ServerListRequestHandle request, MatchMakingServerResponse response)
 {
     Console.WriteLine("RefreshComplete: request " + request + " response " + response +
                       " respondCount " + respondCount + " failedCount " + failedCount);
 }
 internal void RefreshComplete(HServerListRequest hRequest, MatchMakingServerResponse response)
 {
     _RefreshComplete(Self, hRequest, response);
 }
 private static extern void _RefreshComplete(IntPtr self, HServerListRequest hRequest, MatchMakingServerResponse response);
 /// <summary>
 /// A list refresh you had initiated is now 100% completed
 /// </summary>
 /// <param name="request"></param>
 /// <param name="response"></param>
 protected abstract void RefreshComplete(ServerListRequestHandle request, MatchMakingServerResponse response);
 /// <summary>
 /// A list refresh you had initiated is now 100% completed
 /// </summary>
 /// <param name="request"></param>
 /// <param name="response"></param>
 protected abstract void RefreshComplete(ServerListRequestHandle request, MatchMakingServerResponse response);