Class ScheduledItem
  
  
  
  
    Inheritance
    System.Object
    ScheduledItem
   
  
  Assembly: EPiServer.dll
  Version: 12.0.3
  Syntax
  
    public class ScheduledItem : Object
   
  Constructors
  
  
  
  
  ScheduledItem(Guid, DateTime, Int32, ScheduledJobTrigger)
  
  
  Declaration
  
    public ScheduledItem(Guid _ID, DateTime _NextExec, int executionAttempt, ScheduledJobTrigger trigger)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Guid | _ID |  | 
      
        | System.DateTime | _NextExec |  | 
      
        | System.Int32 | executionAttempt |  | 
      
        | ScheduledJobTrigger | trigger |  | 
    
  
  Fields
  
  
  
  ExecutionAttempt
  
  
  Declaration
  
    public int ExecutionAttempt
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  ID
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Guid |  | 
    
  
  
  
  NextExec
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.DateTime |  | 
    
  
  
  
  Trigger
  
  
  Declaration
  
    public ScheduledJobTrigger Trigger
   
  Field Value
  
  Methods
  
  
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object o)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | o |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Extension Methods