Appearance
KBE3D / KBCore / Cesium / TrustedServers / remove
函数: remove()
remove(
host:string,port:number):void
Removes a trusted server from the registry
参数
host
string
The host to be removed.
port
number
The port used to access the host.
返回
void
示例
ts
// Remove a trusted server
TrustedServers.remove('my.server.com', 80);