Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostConnection Class > Methods

setTimerMark

Scroll Prev Top Next More

Save a system GetTickCount()  (1000's of second since system boot) can be retrieved using the getTimerMark method

 

void HostConnection.setTimerMark(unsigned int index);

 

 

Arguments

 

HostConnection

 Required. HostConnection object.

 

 

indexIndex of the timer mark--at the time of this writing, up to 6 timer marks may be set or retrieved--if an index is specified that is greater than the active maximum, no action is taken (no exception will be thrown either)

 

Remarks

 

Set a timerMark for the index, which has a resolution of a millisecond (1000's of a second).  These values can be useful in implementing performance measurements for portions of your application.

 

Requirements

 

Inventu Viewer+

 

See Also

 

getTimerMark

 

Applies To: HostConnection object

 


© 2022 Inventu Corporation