SendFullDiffUpdateToAll() публичный Метод

public SendFullDiffUpdateToAll ( ) : void
Результат void
Пример #1
0
        public void DisplayMetaEntity(UUID uuid)
        {
            ContentManagementEntity group = m_model.GetMetaGroupByPrim(uuid);

            if (group != null)
            {
                group.SendFullDiffUpdateToAll();
            }
        }
Пример #2
0
 // Entity to ALL
 public void DisplayEntity(ContentManagementEntity ent)
 {
     ent.SendFullDiffUpdateToAll();
 }
Пример #3
0
 // Entity to ALL
 public void DisplayEntity(ContentManagementEntity ent)
 {
     ent.SendFullDiffUpdateToAll();
 }