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.1989
Syntaxpublic 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
 - 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
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