Synchronizes this object with the backing data source.

Namespace: VVVV.Utils.Streams
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
bool Sync()

Return Value

Whether or not the data changed. Note: Most implementations will return true as the cost to check if the data changed might be too high.

See Also