GitScc.SccProviderService.OnBeforeBackgroundSolutionLoadBegins C# (CSharp) Method

OnBeforeBackgroundSolutionLoadBegins() public method

public OnBeforeBackgroundSolutionLoadBegins ( ) : int
return int
        public int OnBeforeBackgroundSolutionLoadBegins()
        {
            return VSConstants.S_OK;
        }
SccProviderService