Search Results for

    Show / Hide Table of Contents

    Class FlowSchedulerJob

    Job that will be fired by the task scheduler service

    Inheritance
    System.Object
    FlowSchedulerJob
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.TaskScheduler.Jobs
    Assembly: Simplic.TaskScheduler.Jobs.dll
    Syntax
    public class FlowSchedulerJob

    Constructors

    | Improve this Doc View Source

    FlowSchedulerJob()

    Initialize job

    Declaration
    public FlowSchedulerJob()

    Methods

    | Improve this Doc View Source

    Enqueue(String)

    Enqueue simplic flow event

    Declaration
    public void Enqueue(string schedulerName)
    Parameters
    Type Name Description
    System.String schedulerName

    Scheduler name. Will be used for filtering within a flow

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx