adTempus API
ArcanaDevelopment.adTempus.Client Namespace / WMITrigger Class / PollingInterval Property


In This Topic
    PollingInterval Property (WMITrigger)
    In This Topic
    The interval (in seconds) at which to poll for events
    Syntax
    'Declaration
     
    
    <ReservedForFutureUseAttribute()>
    Public Property PollingInterval As Integer
    [ReservedForFutureUse()]
    public int PollingInterval {get; set;}
    [ReservedForFutureUse()]
    public:
    property int PollingInterval {
       int get();
       void set (    int value);
    }
    See Also