Sep.Git.Tfs.Commands.CleanupWorkspaces.CleanupWorkspaces C# (CSharp) Method

CleanupWorkspaces() public method

public CleanupWorkspaces ( Globals globals, Sep.Git.Tfs.Commands.CleanupOptions cleanupOptions ) : System.Collections.Generic
globals Globals
cleanupOptions Sep.Git.Tfs.Commands.CleanupOptions
return System.Collections.Generic
        public CleanupWorkspaces(Globals globals, CleanupOptions cleanupOptions)
        {
            _globals = globals;
            _cleanupOptions = cleanupOptions;
        }