C# 클래스 SmartSync.GitProgressEvents

Useful wrapper for dealing with git progress events.
Marked as internal as it violates some FxCop design guidelines for public apis.
파일 보기 프로젝트 열기: projectkudu/KuduCalf 1 사용 예제들

공개 메소드들

메소드 설명
CheckoutProgressHandler ( string path, int completedSteps, int totalSteps ) : void
CompletionHandler ( RemoteCompletionType type ) : int
GitProgressEvents ( ) : System
TransferProgressHandler ( LibGit2Sharp.TransferProgress progress ) : int

메소드 상세

CheckoutProgressHandler() 공개 메소드

public CheckoutProgressHandler ( string path, int completedSteps, int totalSteps ) : void
path string
completedSteps int
totalSteps int
리턴 void

CompletionHandler() 공개 메소드

public CompletionHandler ( RemoteCompletionType type ) : int
type RemoteCompletionType
리턴 int

GitProgressEvents() 공개 메소드

public GitProgressEvents ( ) : System
리턴 System

TransferProgressHandler() 공개 메소드

public TransferProgressHandler ( LibGit2Sharp.TransferProgress progress ) : int
progress LibGit2Sharp.TransferProgress
리턴 int