PrinterUtilResetNetwork Method
|
Resets the network of the specified printer.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public static void ResetNetwork(
string connectionString
)
Public Shared Sub ResetNetwork (
connectionString As String
)
public:
static void ResetNetwork(
String^ connectionString
)
Parameters
- connectionString
- Type: SystemString
The connection string.
Exceptions Remarks
Usually performed to enable changed network settings to take effect.
See
ConnectionBuilder for the format of
connectionString.
See Also