OnSystemStartTrigger Class

Represents a trigger that fires when the system starts.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler.Trigger
    Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler.OnSystemStartTrigger

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Class OnSystemStartTrigger _
    Inherits Trigger
'Usage
Dim instance As OnSystemStartTrigger
public class OnSystemStartTrigger : Trigger

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OnSystemStartTrigger Members

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