예제 #1
0
        //endmodify
        public void GetContactStatus(int _AccountType, string _Account, ref int _Status)
        {
            LogManager.SystemLog.Debug(string.Format("Start UC_SDK_GetContactStatus"));
            int iRet = UCInterface.UC_SDK_GetContactStatus(_AccountType, _Account, ref _Status);

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