SyncMode
enum in Coherence.Toolkit.Bindings
SyncMode defines when a ValueBinding<T> is replicated.
Fields
Always = 0
The binding is always replicated.
CreationOnly = 1
The binding is only replicated when the network object is created.
SyncMode defines when a ValueBinding<T> is replicated.
Always = 0
The binding is always replicated.
CreationOnly = 1
The binding is only replicated when the network object is created.