Click or drag to resize

AspNetIdentityPersist Method

[Missing <summary> documentation for "M:VelocityDBExtensions2.AspNet.Identity.AspNetIdentity.Persist(VelocityDb.Placement,VelocityDb.Session.SessionBase,System.Boolean,System.Boolean,System.Collections.Generic.Queue{VelocityDb.IOptimizedPersistable})"]

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
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:VelocityDBExtensions2.AspNet.Identity.AspNetIdentity.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:VelocityDBExtensions2.AspNet.Identity.AspNetIdentity.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:VelocityDBExtensions2.AspNet.Identity.AspNetIdentity.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:VelocityDBExtensions2.AspNet.Identity.AspNetIdentity.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:VelocityDBExtensions2.AspNet.Identity.AspNetIdentity.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:VelocityDBExtensions2.AspNet.Identity.AspNetIdentity.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