BTXXlangStore.ScheduleComplete 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.
Overloads
ScheduleComplete(Boolean) | |
ScheduleComplete(Exception, Boolean) |
ScheduleComplete(Boolean)
public:
virtual void ScheduleComplete(bool terminate);
public void ScheduleComplete (bool terminate);
abstract member ScheduleComplete : bool -> unit
override this.ScheduleComplete : bool -> unit
Public Sub ScheduleComplete (terminate As Boolean)
Parameters
- terminate
- Boolean
Implements
Applies to
ScheduleComplete(Exception, Boolean)
public:
virtual void ScheduleComplete(Exception ^ prevexp, bool terminate);
public void ScheduleComplete (Exception prevexp, bool terminate);
abstract member ScheduleComplete : Exception * bool -> unit
override this.ScheduleComplete : Exception * bool -> unit
Public Sub ScheduleComplete (prevexp As Exception, terminate As Boolean)
Parameters
- prevexp
- Exception
- terminate
- Boolean