PerformanceTestInvoke Method
Invokes the specified delegate.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
protected override Object? Invoke(
Action del
)
Protected Overrides Function Invoke (
del As Action
) As Object
protected:
virtual Object^ Invoke(
Action^ del
) override
abstract Invoke :
del : Action -> Object
override Invoke :
del : Action -> Object
- del Action
- The delegate to invoke.
ObjectIn
PerformanceTest class this method returns always
.