PerformanceTestInvoke Method

Invokes the specified delegate.

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
C#
protected override Object? Invoke(
	Action del
)

Parameters

del  Action
The delegate to invoke.

Return Value

Object
In PerformanceTest class this method returns always .

See Also