adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / UpdateHoldType Method
The new setting for the object's HoldType
Indicates how missed executions will be treated if the HoldType.DisableTriggers flag is being turned off.
Optional audit record for change log and snapshot.
New setting for the queue's AllowHoldTypeOverride. Set to a null reference (Nothing in Visual Basic) to keep the current setting.


In This Topic
    UpdateHoldType Method (JobQueue)
    In This Topic
    Updates the HoldType for the Queue immediately.
    Syntax

    Parameters

    newValue
    The new setting for the object's HoldType
    missedJobOptions
    Indicates how missed executions will be treated if the HoldType.DisableTriggers flag is being turned off.
    auditRecord
    Optional audit record for change log and snapshot.
    allowOverride
    New setting for the queue's AllowHoldTypeOverride. Set to a null reference (Nothing in Visual Basic) to keep the current setting.
    Remarks
    This method makes an immediate server call to update the HoldType. No Save is required. The caller must have Modify or Hold/Release permission.
    See Also