adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / ResyncJobs Method
The OIDs of the jobs to resync
Reserved for future use.


In This Topic
    ResyncJobs Method
    In This Topic
    Resynchronizes status data for jobs.
    Syntax
    'Declaration
     
    
    Public Sub ResyncJobs( _
       ByVal jobOIDs() As OID, _
       ByVal options As Integer _
    ) 
    public void ResyncJobs( 
       OID[] jobOIDs,
       int options
    )
    public:
    void ResyncJobs( 
       array<OID^>^ jobOIDs,
       int options
    ) 

    Parameters

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