C# Class SmartSync.GitProgressEvents

Useful wrapper for dealing with git progress events.
Marked as internal as it violates some FxCop design guidelines for public apis.
ファイルを表示 Open project: projectkudu/KuduCalf Class Usage Examples

Public Methods

Method Description
CheckoutProgressHandler ( string path, int completedSteps, int totalSteps ) : void
CompletionHandler ( RemoteCompletionType type ) : int
GitProgressEvents ( ) : System
TransferProgressHandler ( LibGit2Sharp.TransferProgress progress ) : int

Method Details

CheckoutProgressHandler() public method

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

CompletionHandler() public method

public CompletionHandler ( RemoteCompletionType type ) : int
type RemoteCompletionType
return int

GitProgressEvents() public method

public GitProgressEvents ( ) : System
return System

TransferProgressHandler() public method

public TransferProgressHandler ( LibGit2Sharp.TransferProgress progress ) : int
progress LibGit2Sharp.TransferProgress
return int