ServerClientSessionFlushUpdates Method |
Send all updated pages to the server(s) managing those pages, freeing up memory in client.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public override void FlushUpdates()
Public Overrides Sub FlushUpdates
public:
virtual void FlushUpdates() override
abstract FlushUpdates : unit -> unit
override FlushUpdates : unit -> unit
See Also