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