GeneralUtilities.Probe 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 static bool Probe (string programName, string args = "", int waitTime = 3000, Func<Microsoft.WindowsAzure.Commands.Utilities.Common.GeneralUtilities.ProcessExitInfo,bool> criterion = default);
static member Probe : string * string * int * Func<Microsoft.WindowsAzure.Commands.Utilities.Common.GeneralUtilities.ProcessExitInfo, bool> -> bool
Public Function Probe (programName As String, Optional args As String = "", Optional waitTime As Integer = 3000, Optional criterion As Func(Of GeneralUtilities.ProcessExitInfo, Boolean) = Nothing) As Boolean
Parameters
- programName
- String
- args
- String
- waitTime
- Int32
- criterion
- Func<GeneralUtilities.ProcessExitInfo,Boolean>