Parcel DoMerge Method NFX Class Library

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

Override to merge other parcels into this one. Return true if merge changed the payload. See Merge(). This implementation throws an exception

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

protected virtual bool DoMerge(
	IEnumerable<Parcel> others
)

Parameters

others
Type: OnlineSystem.Collections.Generic IEnumerable Parcel 

Return Value

Type: OnlineBoolean
See Also