pub async fn browse_host(
remote_addr: IpAddr,
) -> Result<InstanceIterator, BrowserError<<DefaultSocketFactory as UdpSocketFactory>::Error, <<DefaultSocketFactory as UdpSocketFactory>::Socket as UdpSocket>::Error>>
Expand description
Discovers any SQL Server instances running on the given host
ยงArguments
remote_addr
- The address of the remote host of which to retrieve information about the instances running on it.