Service.Persist(Boolean, Context, Boolean, Boolean, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Persist(bool dehydrate, Microsoft::XLANGs::Core::Context ^ ctx, bool idleRequired, bool finalPersist, bool bypassCommit, bool terminate);
public void Persist (bool dehydrate, Microsoft.XLANGs.Core.Context ctx, bool idleRequired, bool finalPersist, bool bypassCommit, bool terminate);
member this.Persist : bool * Microsoft.XLANGs.Core.Context * bool * bool * bool * bool -> unit
Public Sub Persist (dehydrate As Boolean, ctx As Context, idleRequired As Boolean, finalPersist As Boolean, bypassCommit As Boolean, terminate As Boolean)
Parameters
- dehydrate
- Boolean
- ctx
- Context
- idleRequired
- Boolean
- finalPersist
- Boolean
- bypassCommit
- Boolean
- terminate
- Boolean