Share via


Service.ScheduleComplete(Context, Boolean, Boolean) Method

Definition

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

Applies to