  | INameServerClientProtocolRemoveDataServer Method | 
            Removes the specified data server from the name server's list of known data servers.
            
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxvoid RemoveDataServer(
	ServerAddress dataServer
)
Sub RemoveDataServer ( 
	dataServer As ServerAddress
)
void RemoveDataServer(
	ServerAddress^ dataServer
)
abstract RemoveDataServer : 
        dataServer : ServerAddress -> unit Parameters
- dataServer  ServerAddress
 - 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