adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ProcessTrigger Class / MemoryThreshold Property


In This Topic
    MemoryThreshold Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property MemoryThreshold As Integer
    public int MemoryThreshold {get; set;}
    public:
    property int MemoryThreshold {
       int get();
       void set (    int value);
    }
    See Also