GitScc.SccProviderService.OnAfterMergeSolution C# (CSharp) Method

OnAfterMergeSolution() public method

public OnAfterMergeSolution ( [ pUnkReserved ) : int
pUnkReserved [
return int
        public int OnAfterMergeSolution([In] Object pUnkReserved)
        {
            return VSConstants.S_OK;
        }
SccProviderService