GitScc.SccProviderService.OnQueryCloseSolution C# (CSharp) Method

OnQueryCloseSolution() public method

public OnQueryCloseSolution ( [ pUnkReserved, [ pfCancel ) : int
pUnkReserved [
pfCancel [
return int
        public int OnQueryCloseSolution([In] Object pUnkReserved, [In] ref int pfCancel)
        {
            _fileCache?.InValidateCache();
            return VSConstants.S_OK;
        }
SccProviderService