C# Class GitSharp.Core.Transport.SideBandProgressMonitor

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

Méthodes publiques

Méthode 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

Méthode Description
display ( int cmp, string eol ) : void

Method Details

BeginTask() public méthode

public BeginTask ( string title, int total ) : void
title string
total int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndTask() public méthode

public EndTask ( ) : void
Résultat void

SideBandProgressMonitor() public méthode

public SideBandProgressMonitor ( PacketLineOut pckOut ) : System
pckOut PacketLineOut
Résultat System

Start() public méthode

public Start ( int totalTasks ) : void
totalTasks int
Résultat void

Update() public méthode

public Update ( int completed ) : void
completed int
Résultat void