Creates sync log object
Namespace:
VelocityDb.Sync
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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