Table of Contents

MarkForSyncing

Methods
public void MarkForSyncing()

Marks this binding as changed and schedules it for immediate network synchronization.

Remarks

This method is only intended for bindings configured with Manual. In Manual sync mode, the binding will not automatically detect or send changes over the network. Instead, you must explicitly call this method to indicate that the value has changed and should be synchronized. This provides fine-grained control over when data is sent across the network.

Note: If this binding is not in Manual sync mode, calling this method will log a warning and have no effect, since automatic synchronization is already handling updates.

See Also