ContainerParentJob.StopJobAsync 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
StopJobAsync() |
Stops all child jobs asynchronously. Once all child jobs are stopped, StopJobCompleted event is raised. |
StopJobAsync(Boolean, String) |
StopJobAsync. |
StopJobAsync()
Stops all child jobs asynchronously. Once all child jobs are stopped, StopJobCompleted event is raised.
public:
override void StopJobAsync();
public:
override void StopJobAsync();
override void StopJobAsync();
public override void StopJobAsync ();
override this.StopJobAsync : unit -> unit
Public Overrides Sub StopJobAsync ()
Applies to
StopJobAsync(Boolean, String)
StopJobAsync.
public:
override void StopJobAsync(bool force, System::String ^ reason);
public:
override void StopJobAsync(bool force, Platform::String ^ reason);
override void StopJobAsync(bool force, std::wstring const & reason);
public override void StopJobAsync (bool force, string reason);
override this.StopJobAsync : bool * string -> unit
Public Overrides Sub StopJobAsync (force As Boolean, reason As String)
Parameters
- force
- Boolean
- reason
- String