C# 클래스 GitSharp.Core.Transport.SideBandProgressMonitor

Write progress messages out to the sideband channel.
상속: ProgressMonitor, IDisposable
파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
BeginTask ( string title, int total ) : void
Dispose ( ) : void
EndTask ( ) : void
SideBandProgressMonitor ( PacketLineOut pckOut ) : System
Start ( int totalTasks ) : void
Update ( int completed ) : void

비공개 메소드들

메소드 설명
display ( int cmp, string eol ) : void

메소드 상세

BeginTask() 공개 메소드

public BeginTask ( string title, int total ) : void
title string
total int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndTask() 공개 메소드

public EndTask ( ) : void
리턴 void

SideBandProgressMonitor() 공개 메소드

public SideBandProgressMonitor ( PacketLineOut pckOut ) : System
pckOut PacketLineOut
리턴 System

Start() 공개 메소드

public Start ( int totalTasks ) : void
totalTasks int
리턴 void

Update() 공개 메소드

public Update ( int completed ) : void
completed int
리턴 void