WeblinkConfiguratorConfigure Method
|
Configures a printer to connect to a Zebra Weblink server and attempts to validate a successful connection.
Namespace: Zebra.Sdk.WeblinkAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public void Configure(
string webLinkAddress,
WeblinkAddressStrategy strategy,
WeblinkConfigurationStateUpdater webConfigStatusUpdater
)
Public Sub Configure (
webLinkAddress As String,
strategy As WeblinkAddressStrategy,
webConfigStatusUpdater As WeblinkConfigurationStateUpdater
)
public:
void Configure(
String^ webLinkAddress,
WeblinkAddressStrategy strategy,
WeblinkConfigurationStateUpdater^ webConfigStatusUpdater
)
Parameters
- webLinkAddress String
- Weblink address to set.
- strategy WeblinkAddressStrategy
- Determines which weblink setting will be configured.
- webConfigStatusUpdater WeblinkConfigurationStateUpdater
- Callback object to report task status.
Exceptions 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