Table of Contents

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

message string

The message to be sent.

to string

The recipient to which the message has to be sent.

Examples

PagerOptions options = new PagerOptions("message", "recipient");