NetworkDiscovererFindPrinters Method (DiscoveryHandler, ListString)
             | 
          
        
         
            Sends a discovery request to the list of printer DNS names or IPs in printersToFind.
            
 
    Namespace: 
   Zebra.Sdk.Printer.Discovery
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic static void FindPrinters(
	DiscoveryHandler discoveryHandler,
	List<string> printersToFind
)
Public Shared Sub FindPrinters ( 
	discoveryHandler As DiscoveryHandler,
	printersToFind As List(Of String)
)
public:
static void FindPrinters(
	DiscoveryHandler^ discoveryHandler, 
	List<String^>^ printersToFind
)
Parameters
- discoveryHandler
 - Type: Zebra.Sdk.Printer.DiscoveryDiscoveryHandler
A DiscoveryHandler instance that is used to handle discovery events (e.g. found a printer, errors, discovery finished). - printersToFind
 - Type: System.Collections.GenericListString
A list of IP addresses or DNS names for the printers to be discovered. 
Exceptions
Remarks
See Also