Function browse_host

Source
pub async fn browse_host<SF: UdpSocketFactory>(
    remote_addr: IpAddr,
    socket_factory: &mut SF,
) -> Result<InstanceIterator, BrowserError<SF::Error, <SF::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.