| INameServerClientProtocolRemoveDataServer Method |
Removes the specified data server from the name server's list of known data servers.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax void RemoveDataServer(
ServerAddress dataServer
)
Sub RemoveDataServer (
dataServer As ServerAddress
)
void RemoveDataServer(
ServerAddress^ dataServer
)
abstract RemoveDataServer :
dataServer : ServerAddress -> unit
Parameters
- dataServer
- Type: Ookii.JumboServerAddress
The address of the data server to remove.
Remarks
If a data server has been shutdown, and is known not to restart soon, you can use this function to remove it
immediately rather than waiting for the timeout to expire. The name server will remove all information regarding
to the data server and force an immediate replication check.
See Also