Universal Windows Service Class Library

Trigger.Configure Method 

Configures the trigger from an xml element.

public abstract void Configure(
   XmlElement element
);

Parameters

element
Xml element containing specific trigger data.

Implements

ITrigger.Configure

Remarks

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

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

See Also

Trigger Class | uws.Triggers Namespace | XmlElement | ITrigger