Creates sync log object
Namespace:
VelocityDb.Sync
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public ReplicaSync(
SessionBase syncFromSession,
ulong transaction
)
Public Sub New (
syncFromSession As SessionBase,
transaction As ULong
)
public:
ReplicaSync(
SessionBase^ syncFromSession,
unsigned long long transaction
)
new :
syncFromSession : SessionBase *
transaction : uint64 -> ReplicaSync
Parameters
- syncFromSession
- Type: VelocityDb.SessionSessionBase
The sync from session - transaction
- Type: SystemUInt64
Last transaction synced
See Also