Beispiel #1
0
        public int BlindTransCall(int iMemberType, string pMember)
        {
            LogManager.SystemLog.Debug(string.Format("Start UC_SDK_BlindTransCall"));
            int iRet = UCInterface.UC_SDK_BlindTransCall(iMemberType, pMember);

            if (iRet != 0)
            {
                LogManager.SystemLog.Error(string.Format("UC_SDK_BlindTransCall = {0}", iRet));
            }
            LogManager.SystemLog.Debug(string.Format("End UC_SDK_BlindTransCall"));
            return(iRet);
        }