Click or drag to resize

AlertDestinationCreateAlertDestination Method

Creates an AlertDestination based on the destination.

Namespace: Zebra.Sdk.Settings
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public static AlertDestination CreateAlertDestination(
	string destination
)

Parameters

destination  String
Name of one of the values of AlertDestination.

Return Value

AlertDestination
Based on the destination
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf destination is not a valid alert destination.
Remarks
If the destination is invalid a ZebraIllegalArgumentException will be thrown.
See Also