ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IRequestAnimationFrame Interface / setTimeOut Method

In This Topic
    setTimeOut Method
    In This Topic
    Syntax
    'Declaration
     
    Sub setTimeOut( _
       ByVal delay As Double, _
       ByVal callBack As ICallback _
    ) 
    void setTimeOut( 
       double delay,
       ICallback callBack
    )

    Parameters

    delay
    callBack
    See Also