Sep.Git.Tfs.Commands.Pull.Run C# (CSharp) Method

Run() public method

public Run ( ) : int
return int
        public int Run()
        {
            return Run(_globals.RemoteId);
        }

Same methods

Pull::Run ( string remoteId ) : int