ServiceDiscoveryHandler Interface
|
Interface definition for a callback to be invoked for service discovery events
Namespace: Zebra.Sdk.Printer.DiscoveryAssemblies: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax public interface ServiceDiscoveryHandler
Public Interface ServiceDiscoveryHandler
public interface class ServiceDiscoveryHandler
The ServiceDiscoveryHandler type exposes the following members.
Methods | Name | Description |
---|
| DiscoveryFinished |
This method is invoked when discovery is finished
|
| FoundService |
This method is invoked when a service has been discovered. This method will be invoked for each service that is found.
|
TopSee Also