C# Class GitSharp.Core.Transport.SideBandProgressMonitor

Write progress messages out to the sideband channel.
Inheritance: ProgressMonitor, IDisposable
Datei anzeigen Open project: jagregory/GitSharp Class Usage Examples

Public Methods

Method Description
BeginTask ( string title, int total ) : void
Dispose ( ) : void
EndTask ( ) : void
SideBandProgressMonitor ( PacketLineOut pckOut ) : System
Start ( int totalTasks ) : void
Update ( int completed ) : void

Private Methods

Method Description
display ( int cmp, string eol ) : void

Method Details

BeginTask() public method

public BeginTask ( string title, int total ) : void
title string
total int
return void

Dispose() public method

public Dispose ( ) : void
return void

EndTask() public method

public EndTask ( ) : void
return void

SideBandProgressMonitor() public method

public SideBandProgressMonitor ( PacketLineOut pckOut ) : System
pckOut PacketLineOut
return System

Start() public method

public Start ( int totalTasks ) : void
totalTasks int
return void

Update() public method

public Update ( int completed ) : void
completed int
return void