Job2.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() |
Stop a job asynchronously. |
StopJobAsync(Boolean, String) |
StopJobAsync. |
StopJobAsync()
Stop a job asynchronously.
public:
abstract void StopJobAsync();
public:
abstract void StopJobAsync();
abstract void StopJobAsync();
public abstract void StopJobAsync ();
abstract member StopJobAsync : unit -> unit
Public MustOverride Sub StopJobAsync ()
Applies to
StopJobAsync(Boolean, String)
StopJobAsync.
public:
abstract void StopJobAsync(bool force, System::String ^ reason);
public:
abstract void StopJobAsync(bool force, Platform::String ^ reason);
abstract void StopJobAsync(bool force, std::wstring const & reason);
public abstract void StopJobAsync (bool force, string reason);
abstract member StopJobAsync : bool * string -> unit
Public MustOverride Sub StopJobAsync (force As Boolean, reason As String)
Parameters
- force
- Boolean
- reason
- String