Universal Windows Service Class Library

Monitor.Configure Method 

Configures the monitor from an xml element.

public abstract void Configure(
   XmlElement element
);

Parameters

element
Xml element containing specific monitor data.

Implements

IMonitor.Configure

Remarks

This function must be implemented in each derived class to provide at least one configuration method of the specified monitor. It uses a xml element to configure monitor.

Different overloads by the special derived classes are also possible which allow more flexibility.

See Also

Monitor Class | uws.Monitors Namespace | XmlElement | IMonitor