Click or drag to resize

DiscoveryHandlerLinkOsOnly.DiscoveryError Method

This method is invoked when there is an error during discovery. The discovery will be cancelled when this method is invoked. DiscoveryFinished() will not be called if this method is invoked.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax
public void DiscoveryError(
	string message
)

Parameters

message
Type: System.String
The error message.

Implements

DiscoveryHandler.DiscoveryError(String)
See Also