AlertDestinationCreateAlertDestination Method
|
Creates an AlertDestination based on the destination.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static AlertDestination CreateAlertDestination(
string destination
)
Public Shared Function CreateAlertDestination (
destination As String
) As AlertDestination
public:
static AlertDestination^ CreateAlertDestination(
String^ destination
)
Parameters
- destination String
- Name of one of the values of AlertDestination.
Return Value
AlertDestinationBased on the
destinationExceptions Remarks If the destination is invalid a ZebraIllegalArgumentException will be thrown.
See Also