Click or drag to resize

ProfileRemoveAlert Method

Removes a configured alert from a profile.

Namespace: Zebra.Sdk.Device
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public void RemoveAlert(
	PrinterAlert alert
)

Parameters

alert  PrinterAlert
The alert to be removed from the configuration.

Implements

AlertProviderRemoveAlert(PrinterAlert)
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
Remarks
They may be reconfigured via the setAlert methods.
See Also