C# Class InvertedSoftware.WorkflowEngine.Example.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: invertedsoftware/Inverted-Software-Workflow-Engine

Méthodes publiques

Свойство Type Description
JobName string
frameworkProcessor Processor
isSoftStop bool

Méthodes publiques

Méthode Description
MainWindow ( ) : System

Private Methods

Méthode Description
LoadWorkflow ( ) : void
button1_Click ( object sender, RoutedEventArgs e ) : void

Start the framework

button2_Click ( object sender, RoutedEventArgs e ) : void

Drop a request message in the queue

button3_Click ( object sender, RoutedEventArgs e ) : void

Stop the framework

Method Details

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

Property Details

JobName public_oe property

public string JobName
Résultat string

frameworkProcessor public_oe property

public Processor frameworkProcessor
Résultat Processor

isSoftStop public_oe property

public bool isSoftStop
Résultat bool