Click or drag to resize

ReplicaSync Constructor

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
)

Parameters

syncFromSession
Type: VelocityDb.SessionSessionBase
The sync from session
transaction
Type: SystemUInt64
Last transaction synced
See Also