Parcel Constructor (GDID, Object, IReplicationVersionInfo)NFX Class Library

[This is preliminary documentation and is subject to change.]

Called by device to load parcel from storage. The new instance is in 'ParcelState.Sealed' state. Business logic devs - do not call

Namespace: NFX.DataAccess.Distributed
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected Parcel(
	GDID id,
	Object payload,
	IReplicationVersionInfo versInfo
)
See Also