Get or set the amount of time (in milliseconds)
            to wait between poll requests on a job
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
public int PollInterval { get; set; }  | 
| Visual Basic | 
|---|
Public Property PollInterval As Integer Get Set  | 
| Visual C++ | 
|---|
public: property int PollInterval { int get (); void set (int value); }  | 
| F# | 
|---|
member PollInterval : int with get, set  |