PollingInterval Property (Condition)
In This Topic
Number of seconds to wait between checks of the condition.
Syntax
'Declaration
Public Property PollingInterval As Integer
public int PollingInterval {get; set;}
public:
property int PollingInterval {
int get();
void set ( int value);
}
See Also