/// <summary> /// Query a routee service id from a given service id /// </summary> /// <param name="serviceId">A given service id</param> /// <returns>A valid routee service id if this service id is valid and set to be routed</returns> public static uint CheckRouting(uint serviceId) { return(ServerCoreLoader.CheckRouting(serviceId)); }