adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobServices Class / AcknowledgeAllInstances Method
The OID(s) of the job(s) to acknowledge the status for.


In This Topic
    AcknowledgeAllInstances Method (JobServices)
    In This Topic
    Acknowledges the status for all instances of the specified job(s)
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public Sub AcknowledgeAllInstances( _
       ByVal jobOIDs() As OID _
    ) 
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public void AcknowledgeAllInstances( 
       OID[] jobOIDs
    )
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public:
    void AcknowledgeAllInstances( 
       array<OID^>^ jobOIDs
    ) 

    Parameters

    jobOIDs
    The OID(s) of the job(s) to acknowledge the status for.
    Remarks

    Requires ServerVersion 5.0 or later.

    See Also