Constructor SmsOptions
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
SmsOptions(string, string)
Initializes a new instance of the SmsOptions class.
public SmsOptions(string message, string to)
Parameters
Examples
var options = new SmsOptions("message", "recipient");