UtilProfillingTestExecutionSuccess Method
Tests the execution of a Action then returns a value that indicates whether the execution was successful.
Namespace: DevCase.Core.Diagnostics.ProfillingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool TestExecutionSuccess(
Action action
)
Public Shared Function TestExecutionSuccess (
action As Action
) As Boolean
Dim action As Action
Dim returnValue As Boolean
returnValue = UtilProfilling.TestExecutionSuccess(action)
public:
static bool TestExecutionSuccess(
Action^ action
)
static member TestExecutionSuccess :
action : Action -> bool
No code example is currently available or this language may not be supported.
- action Action
-
The Action to invoke.
Boolean if execution was successful, otherwise,
.
This is a code example.
No code example is currently available or this language may not be supported.
Dim result As Boolean = TestSuccess(Sub() Integer.Parse("qwerty"))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.