adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / GetEffectiveHoldType Method


In This Topic
    GetEffectiveHoldType Method (JobQueue)
    In This Topic
    Gets the effective settings for the HoldType
    Syntax
    'Declaration
     
    
    Public Function GetEffectiveHoldType() As HoldType
    public HoldType GetEffectiveHoldType()
    public:
    HoldType GetEffectiveHoldType(); 
    Remarks
    For a JobQueue, this is currently the same as the HoldType, but this may change in the future.
    See Also