Interface IReplicatable
Denotes a distributed entity that can be replicated to a different location/site/instance. Normally only Parcel and its derivatives should implement this interface
Namespace: NFX.DataAccess.Distributed
Assembly: NFX.dll
Syntax
public interface IReplicatable
Properties
ReplicationPriority
Returns the relative priority of replication, where 0=highest priority
Declaration
int ReplicationPriority { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReplicationVersionInfo
Provides the information about this version of data that this isntance represents. Usually this object contains the name of the user who made a change, server/cluster node ID and/or machine name
Declaration
IReplicationVersionInfo ReplicationVersionInfo { get; }
Property Value
Type | Description |
---|---|
IReplicationVersionInfo |