C# Class trello.Services.Handlers.ProgressScope

Inheritance: IDisposable
Datei anzeigen Open project: Bunk/trellow

Public Methods

Method Description
Dispose ( ) : void
ProgressScope ( IProgressService progress, string message = "Loading..." ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ProgressScope() public method

public ProgressScope ( IProgressService progress, string message = "Loading..." ) : System
progress IProgressService
message string
return System