OnSystemStartTrigger Members
Include Protected Members
Include Inherited Members
Represents a trigger that fires when the system starts.
The OnSystemStartTrigger type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OnSystemStartTrigger | Initializes a new instance of the OnSystemStartTrigger class. |
Top
Properties
Name | Description | |
---|---|---|
BeginDate | Gets or sets the beginning year, month, and day for the trigger. (Inherited from Trigger.) | |
Disabled | Gets or sets whether a trigger is disabled. (Inherited from Trigger.) | |
DurationMinutes | Gets or sets the number of minutes that the trigger remains active after the trigger fires. (Inherited from Trigger.) | |
EndDate | Gets or sets the ending year, month, and day for the trigger. (Inherited from Trigger.) | |
HasEndDate | Gets or sets whether a task uses an EndDate property value. (Inherited from Trigger.) | |
IntervalMinutes | Gets or sets the number of minutes between executions for a task that is to run repeatedly. (Inherited from Trigger.) | |
KillAtDurationEnd | Gets or sets whether a task terminates when the DurationMinutes value expires. (Inherited from Trigger.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Returns an unbound copy of the Trigger object. (Inherited from Trigger.) | |
Equals | Determines if two triggers are internally equal. (Inherited from Trigger.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Gets a hash code for the current trigger. (Inherited from Trigger.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SyncTrigger | Synchronizes a trigger. (Inherited from Trigger.) | |
ToString | Gets a string of a bound trigger, supplied by the Task Scheduler service in Windows, (Inherited from Trigger.) |
Top
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace