Example #1
0
 public bool UpdateLastVersion()
 {
     if (m_lock != null && this.Tag != null)
     {
         //m_nLastServerVersion = m_lock.GetServerLastVersion(this.Tag as object[]);
         m_lock.UpdateLocalVersion(this.Tag as object[]);
         return(true);
     }
     return(false);
 }