ProfileRemoveAlert Method
|
Removes a configured alert from a profile.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntaxpublic void RemoveAlert(
PrinterAlert alert
)
Public Sub RemoveAlert (
alert As PrinterAlert
)
public:
virtual void RemoveAlert(
PrinterAlert^ alert
) sealed
Parameters
- alert PrinterAlert
- The alert to be removed from the configuration.
Implements
AlertProviderRemoveAlert(PrinterAlert)
Exceptions
RemarksThey may be reconfigured via the setAlert methods.
See Also