AsyncJob.ShouldContinue Method

Definition

Overloads

ShouldContinue(String, String)
ShouldContinue(String, String, Boolean, Boolean)
ShouldContinue(String, String, Boolean, Boolean, Boolean)

ShouldContinue(String, String)

public bool ShouldContinue (string query, string caption);
override this.ShouldContinue : string * string -> bool
Public Function ShouldContinue (query As String, caption As String) As Boolean

Parameters

query
String
caption
String

Returns

Boolean

Implements

Applies to

ShouldContinue(String, String, Boolean, Boolean)

public bool ShouldContinue (string query, string caption, ref bool yesToAll, ref bool noToAll);
override this.ShouldContinue : string * string * bool * bool -> bool
Public Function ShouldContinue (query As String, caption As String, ByRef yesToAll As Boolean, ByRef noToAll As Boolean) As Boolean

Parameters

query
String
caption
String
yesToAll
Boolean
noToAll
Boolean

Returns

Boolean

Implements

Applies to

ShouldContinue(String, String, Boolean, Boolean, Boolean)

public bool ShouldContinue (string query, string caption, bool hasSecurityImpact, ref bool yesToAll, ref bool noToAll);
override this.ShouldContinue : string * string * bool * bool * bool -> bool
Public Function ShouldContinue (query As String, caption As String, hasSecurityImpact As Boolean, ByRef yesToAll As Boolean, ByRef noToAll As Boolean) As Boolean

Parameters

query
String
caption
String
hasSecurityImpact
Boolean
yesToAll
Boolean
noToAll
Boolean

Returns

Boolean

Implements

Applies to