Get or set the amount of time (in milliseconds) to wait between poll requests on a job

Namespace: BrightstarDB.Client
Assembly: 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

Property Value

Type: Int32

See Also