Click or drag to resize

WeblinkConfiguratorConfigure Method

Configures a printer to connect to a Zebra Weblink server and attempts to validate a successful connection.

Namespace:  Zebra.Sdk.Weblink
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public void Configure(
	string webLinkAddress,
	WeblinkAddressStrategy strategy,
	WeblinkConfigurationStateUpdater webConfigStatusUpdater
)

Parameters

webLinkAddress
Type: SystemString
Weblink address to set.
strategy
Type: Zebra.Sdk.WeblinkWeblinkAddressStrategy
Determines which weblink setting will be configured.
webConfigStatusUpdater
Type: Zebra.Sdk.WeblinkWeblinkConfigurationStateUpdater
Callback object to report task status.
Exceptions
ExceptionCondition
ZebraWeblinkExceptionThrown when a configuration error occurs.
Remarks
Please note that this function will block while waiting for the printer to reset and while validating the connection. This could take an excess of 60 seconds.
See Also