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