Search Results for

    Show / Hide Table of Contents

    Class TimerJobRun

    Class that holds the state information that's being stored in the web property bag of web that's being "processed"

    Inheritance
    System.Object
    TimerJobRun
    Namespace: PnP.Framework.TimerJobs
    Assembly: PnP.Framework.dll
    Syntax
    public class TimerJobRun : object

    Fields

    PreviousRun

    DateTime of the previous run attempt

    Declaration
    public DateTime? PreviousRun
    Field Value
    System.Nullable<DateTime>

    PreviousRunSuccessful

    Bool indicating if the previous run was successful

    Declaration
    public bool? PreviousRunSuccessful
    Field Value
    System.Nullable<System.Boolean>

    PreviousRunVersion

    Timer job version used during the previous run

    Declaration
    public string PreviousRunVersion
    Field Value
    System.String

    Properties

    Property value collection used to store timer job custom properties

    Declaration
    public Dictionary<String, String> Properties
    Field Value
    Dictionary<String, String>

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer