Table of Contents

Class WindowsScheduledTaskSessionStateChangeTrigger

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a trigger that fires when the state of the session is changed.

public class WindowsScheduledTaskSessionStateChangeTrigger : WindowsScheduledTaskTrigger
Inheritance
WindowsScheduledTaskSessionStateChangeTrigger
Inherited Members

Constructors

WindowsScheduledTaskSessionStateChangeTrigger()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsScheduledTaskSessionStateChangeTrigger class.

public WindowsScheduledTaskSessionStateChangeTrigger()

Properties

ChangeType

Gets or sets the type of change which triggers the scheduled task.

public WindowsScheduledTaskSessionStateChangeType ChangeType { get; set; }

Property Value

WindowsScheduledTaskSessionStateChangeType

Summary

Returns a summary of this trigger.

public override string Summary { get; }

Property Value

string

UserId

Gets or sets the name of the user to which this trigger applies. When an empty string this trigger applies to all users.

public string UserId { get; set; }

Property Value

string