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
Show file Open project: dsuryd/dotNetify

Public Methods

Method Description
Dispose ( ) : void
JobQueueVM ( ) : System

Constructor.

Private Methods

Method Description
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

JobQueueVM() public method

Constructor.
public JobQueueVM ( ) : System
return System