C# Class Microsoft.WindowsAzure.Commands.Sync.ProgressTracker

Inheritance: IDisposable
Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
Dispose ( ) : void
ProgressTracker ( ProgressStatus progressStatus ) : System
ProgressTracker ( ProgressStatus progressStatus, Action progress, Action complete, System.TimeSpan progressInterval ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitilizeProgressTimer ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ProgressTracker() public method

public ProgressTracker ( ProgressStatus progressStatus ) : System
progressStatus ProgressStatus
return System

ProgressTracker() public method

public ProgressTracker ( ProgressStatus progressStatus, Action progress, Action complete, System.TimeSpan progressInterval ) : System
progressStatus ProgressStatus
progress Action
complete Action
progressInterval System.TimeSpan
return System