Universal Windows Service Class Library

TriggerEventArgs Constructor (Boolean)

Constructor of the trigger event args class.

public TriggerEventArgs(
   bool startAll
);

Parameters

startAll
Flag if all instances should be started or only one.

Remarks

Constructor of the trigger event args class which takes the flag if all instances should be started or only one.

See Also

TriggerEventArgs Class | uws.Triggers Namespace | TriggerEventArgs Constructor Overload List