9 public void RetrieveServers(Action<ServerInfo, ServerProvider> onServerDataReceived, Action onQueryCompleted)
14 protected abstract void RetrieveServersImpl(Action<ServerInfo, ServerProvider> action, Action onQueryCompleted);
void RetrieveServers(Action< ServerInfo, ServerProvider > onServerDataReceived, Action onQueryCompleted)
abstract void RetrieveServersImpl(Action< ServerInfo, ServerProvider > action, Action onQueryCompleted)