Service.Persist(Boolean, Context, Boolean, Boolean, Boolean, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- dehydrate
- Boolean
- ctx
- Context
- idleRequired
- Boolean
- finalPersist
- Boolean
- bypassCommit
- Boolean
- terminate
- Boolean