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.
Afficher le fichier Open project: projectkudu/KuduCalf Class Usage Examples

Méthodes publiques

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

Method Details

CheckoutProgressHandler() public méthode

public CheckoutProgressHandler ( string path, int completedSteps, int totalSteps ) : void
path string
completedSteps int
totalSteps int
Résultat void

CompletionHandler() public méthode

public CompletionHandler ( RemoteCompletionType type ) : int
type RemoteCompletionType
Résultat int

GitProgressEvents() public méthode

public GitProgressEvents ( ) : System
Résultat System

TransferProgressHandler() public méthode

public TransferProgressHandler ( LibGit2Sharp.TransferProgress progress ) : int
progress LibGit2Sharp.TransferProgress
Résultat int