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