Defines in minutes the interval at which the gateway polls the server to check if urgent traffic exists for the gateway.
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public double PollInterval { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PollInterval As Double Get |
| Visual C++ |
|---|
public: property double PollInterval { double get (); } |
| F# |
|---|
member PollInterval : float with get |