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

Run() public method

public Run ( ) : int
return int
        public int Run()
        {
            var remote = _globals.Repository.ReadTfsRemote(_globals.RemoteId);
            return remote.Tfs.ListShelvesets(this, remote);
        }