Version

RequestFrame Method

Requests a frame to tick for the identified ticker. The ticker's callback will be invoked at earliest opportunity.
Syntax
'Declaration
 
Sub RequestFrame( _
   ByVal id As Integer _
) 
void RequestFrame( 
   int id
)

Parameters

id
The id of the ticker to schedule a tick for.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also