adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / Resync Method
Reserved for future use.


In This Topic
    Resync Method
    In This Topic
    Resynchronizes status data for the job.
    Syntax
    'Declaration
     
    
    Public Sub Resync( _
       ByVal options As Integer _
    ) 
    public void Resync( 
       int options
    )
    public:
    void Resync( 
       int options
    ) 

    Parameters

    options
    Reserved for future use.
    Remarks
    Use this method to initiate a resync if the instance counts for the job are incorrect.
    See Also