adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / ClearHistory Method

In This Topic
    ClearHistory Method
    In This Topic
    Clears the history for the job, optionally resetting the statistics for the job.
    Syntax
    'Declaration
     
    
    Public Sub ClearHistory( _
       ByVal options As HistoryClearOptions _
    ) 
    public void ClearHistory( 
       HistoryClearOptions options
    )

    Parameters

    options
    Remarks
    Calling this method initiates an immediate purchase of the history data for the job.
    See Also