adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / ResyncJobs Method
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
    )

    Parameters

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