Service.ScheduleComplete(Context, 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:
abstract void ScheduleComplete(Microsoft::XLANGs::Core::Context ^ ctx, bool finalPersisting, bool terminate);
public abstract void ScheduleComplete (Microsoft.XLANGs.Core.Context ctx, bool finalPersisting, bool terminate);
abstract member ScheduleComplete : Microsoft.XLANGs.Core.Context * bool * bool -> unit
Public MustOverride Sub ScheduleComplete (ctx As Context, finalPersisting As Boolean, terminate As Boolean)
Parameters
- ctx
- Context
- finalPersisting
- Boolean
- terminate
- Boolean