PrintJobSettings.performanceTest 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.
Overloads
performanceTest() | |
performanceTest(Int32) |
performanceTest()
public:
virtual int performanceTest();
public virtual int performanceTest ();
abstract member performanceTest : unit -> int
override this.performanceTest : unit -> int
Public Overridable Function performanceTest () As Integer
Returns
Applies to
performanceTest(Int32)
public:
virtual int performanceTest(int _loops);
public virtual int performanceTest (int _loops);
abstract member performanceTest : int -> int
override this.performanceTest : int -> int
Public Overridable Function performanceTest (_loops As Integer) As Integer
Parameters
- _loops
- Int32