Table of Contents

Enum AccessRightsType

Namespace
MASES.KNet.Replicator
Assembly
MASES.KNet.dll

KNetCompactedReplicator<K, V> access rights to data

[Flags]
public enum AccessRightsType

Fields

Read = 1

Data are readable, i.e. aligned with the others KNetCompactedReplicator<K, V> and accessible from this KNetCompactedReplicator<K, V>

ReadWrite = Read | Write

Data are readable and writable, i.e. updates can be produced, and data are aligned with the others KNetCompactedReplicator<K, V> and accessible from this KNetCompactedReplicator<K, V>

Write = 2

Data are writable, i.e. updates can be produced, but this KNetCompactedReplicator<K, V> is not accessible and not aligned with the others KNetCompactedReplicator<K, V>