Click or drag to resize

SortedSetAnyKeyPersist Method

[Missing <summary> documentation for "M:VelocityDb.Collection.SortedSetAny`1.Persist(VelocityDb.Placement,VelocityDb.Session.SessionBase,System.Boolean,System.Boolean,System.Collections.Generic.Queue{VelocityDb.IOptimizedPersistable})"]

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public override ulong Persist(
	Placement place,
	SessionBase session,
	bool persistRefs = true,
	bool disableFlush = false,
	Queue<IOptimizedPersistable> toPersist = null
)

Parameters

place
Type: VelocityDbPlacement

[Missing <param name="place"/> documentation for "M:VelocityDb.Collection.SortedSetAny`1.Persist(VelocityDb.Placement,VelocityDb.Session.SessionBase,System.Boolean,System.Boolean,System.Collections.Generic.Queue{VelocityDb.IOptimizedPersistable})"]

session
Type: VelocityDb.SessionSessionBase

[Missing <param name="session"/> documentation for "M:VelocityDb.Collection.SortedSetAny`1.Persist(VelocityDb.Placement,VelocityDb.Session.SessionBase,System.Boolean,System.Boolean,System.Collections.Generic.Queue{VelocityDb.IOptimizedPersistable})"]

persistRefs (Optional)
Type: SystemBoolean

[Missing <param name="persistRefs"/> documentation for "M:VelocityDb.Collection.SortedSetAny`1.Persist(VelocityDb.Placement,VelocityDb.Session.SessionBase,System.Boolean,System.Boolean,System.Collections.Generic.Queue{VelocityDb.IOptimizedPersistable})"]

disableFlush (Optional)
Type: SystemBoolean

[Missing <param name="disableFlush"/> documentation for "M:VelocityDb.Collection.SortedSetAny`1.Persist(VelocityDb.Placement,VelocityDb.Session.SessionBase,System.Boolean,System.Boolean,System.Collections.Generic.Queue{VelocityDb.IOptimizedPersistable})"]

toPersist (Optional)
Type: System.Collections.GenericQueueIOptimizedPersistable

[Missing <param name="toPersist"/> documentation for "M:VelocityDb.Collection.SortedSetAny`1.Persist(VelocityDb.Placement,VelocityDb.Session.SessionBase,System.Boolean,System.Boolean,System.Collections.Generic.Queue{VelocityDb.IOptimizedPersistable})"]

Return Value

Type: UInt64

[Missing <returns> documentation for "M:VelocityDb.Collection.SortedSetAny`1.Persist(VelocityDb.Placement,VelocityDb.Session.SessionBase,System.Boolean,System.Boolean,System.Collections.Generic.Queue{VelocityDb.IOptimizedPersistable})"]

Implements

IOptimizedPersistablePersist(Placement, SessionBase, Boolean, Boolean, QueueIOptimizedPersistable)
See Also