Table of Contents

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

message string

The message.

to string

The recipient.

Examples

var options = new SmsOptions("message", "recipient");