Share via


OnLogonTrigger Members

Include Protected Members
Include Inherited Members

Represents a trigger that fires when a user logs on.

The OnLogonTrigger type exposes the following members.

Constructors

  Name Description
Public method OnLogonTrigger Initializes a new instance of the OnLogonTrigger class.

Top

Properties

  Name Description
Public property BeginDate Gets or sets the beginning year, month, and day for the trigger. (Inherited from Trigger.)
Public property Disabled Gets or sets whether a trigger is disabled. (Inherited from Trigger.)
Public property DurationMinutes Gets or sets the number of minutes that the trigger remains active after the trigger fires. (Inherited from Trigger.)
Public property EndDate Gets or sets the ending year, month, and day for the trigger. (Inherited from Trigger.)
Public property HasEndDate Gets or sets whether a task uses an EndDate property value. (Inherited from Trigger.)
Public property IntervalMinutes Gets or sets the number of minutes between executions for a task that is to run repeatedly. (Inherited from Trigger.)
Public property KillAtDurationEnd Gets or sets whether a task terminates when the DurationMinutes value expires. (Inherited from Trigger.)

Top

Methods

  Name Description
Public method Clone Returns an unbound copy of the Trigger object. (Inherited from Trigger.)
Public method Equals Determines if two triggers are internally equal. (Inherited from Trigger.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Gets a hash code for the current trigger. (Inherited from Trigger.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SyncTrigger Synchronizes a trigger. (Inherited from Trigger.)
Public method ToString Gets a string of a bound trigger, supplied by the Task Scheduler service in Windows, (Inherited from Trigger.)

Top

See Also

Reference

OnLogonTrigger Class

Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace