ServiceDiscoveryHandlerFoundService Method 
             | 
          
        
         
            This method is invoked when a service has been discovered. This method will be invoked for each service that is found.
            
 
    Namespace: 
   Zebra.Sdk.Printer.Discovery
    Assembly:
   SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.13.898
Syntaxvoid FoundService(
	ConnectionChannel channel
)
Sub FoundService ( 
	channel As ConnectionChannel
)
void FoundService(
	ConnectionChannel channel
)
Parameters
- channel
 - Type: Zebra.Sdk.CommConnectionChannel
A discovered channel. 
See Also