protected void UpdateProperty(InternalPropertyData d, bool push = false) { lock (d) { d.Data.SerializedData = InternalExtensions.Serialize(d.Descriptor.Property.GetValue(this), this._Context.Host.Serializer); d.IsPushed = push; } }
public virtual bool ShouldPushUpdates(InternalPropertyData property) { return(true); }