PSCmdletAdapter.ShouldChangeAsync(String, String) 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.
public System.Threading.Tasks.Task<bool> ShouldChangeAsync (string target, string action);
abstract member ShouldChangeAsync : string * string -> System.Threading.Tasks.Task<bool>
override this.ShouldChangeAsync : string * string -> System.Threading.Tasks.Task<bool>
Public Function ShouldChangeAsync (target As String, action As String) As Task(Of Boolean)
Parameters
- target
- String
- action
- String