Version 24.2 (latest)

ITickProvider Interface Methods

For a list of all members of this type, see ITickProvider members.

Public Methods
 NameDescription
 MethodRequestFrameRequests a frame to tick for the identified ticker. The ticker's callback will be invoked at earliest opportunity.  
 MethodSetupTickingSets up a ticker that will invoke the specified callback when requested.  
 MethodTeardownTickingRequests that the ticker identified by the id is torn down.  
See Also