C# Class ViewModels.JobQueueVM

This example demonstrates how the client can execute a job on the server, show a progress bar and receives the results back asynchronously.
Inheritance: BaseVM
Afficher le fichier Open project: dsuryd/dotNetify

Méthodes publiques

Méthode Description
Dispose ( ) : void
JobQueueVM ( ) : System

Constructor.

Private Methods

Méthode Description
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

JobQueueVM() public méthode

Constructor.
public JobQueueVM ( ) : System
Résultat System