Table of Contents

UpdateBindings

Methods
public static bool UpdateBindings(CoherenceSync sync)

Updates Binding Descriptors, adds missing required Bindings, and removes invalid Bindings.

Parameters
Type Name Description
CoherenceSync sync

The target component.

Returns
Type Description
bool

true if the component gets modified; false otherwise.

Remarks

When creating CoherenceSync components from code, you must call this method to ensure Bindings are up-to-date.

Exceptions
Type Condition
ArgumentNullException

When sync is null.

See Also