AsyncJob.ShouldContinue 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
| ShouldContinue(String, String) | |
| ShouldContinue(String, String, Boolean, Boolean) | |
| ShouldContinue(String, String, Boolean, Boolean, Boolean) |
ShouldContinue(String, String)
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
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