Dela via


ScheduledJob.StopJobAsync Method

Definition

Overloads

StopJobAsync()

Stop the job asynchronously.

StopJobAsync(Boolean, String)

StopJobAsync

StopJobAsync()

Stop the job asynchronously.

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, string reason);
override this.StopJobAsync : bool * string -> unit
Public Overrides Sub StopJobAsync (force As Boolean, reason As String)

Parameters

force
Boolean
reason
String

Applies to