public bool PostCompute(AgAccessConstraintPluginResultPostCompute Result)
 {
     if (m_Site != null && m_DebugMode)
     {
         Message(AgEUtLogMsgType.eUtLogMsgInfo, m_DisplayName + ": PostCompute()");
     }
     return(true);
 }
Esempio n. 2
0
        public bool PostCompute(AgAccessConstraintPluginResultPostCompute Result)
        {
            Debug.WriteLine(m_DisplayName + ".PostCompute()", "Entered:");

            Message(AgEUtLogMsgType.eUtLogMsgInfo, m_DisplayName + ": PostCompute()");

            Debug.WriteLine(m_DisplayName + ".PostCompute()", "Exited:");

            return(true);
        }