Get or set the amount of time (in milliseconds) to wait for the completion of a job.

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public int PollTimeout { get; set; }
Visual Basic
Public Property PollTimeout As Integer
	Get
	Set
Visual C++
public:
property int PollTimeout {
	int get ();
	void set (int value);
}
F#
member PollTimeout : int with get, set

Property Value

Type: Int32

Remarks

A value of 0 indicates that the client should wait indefinitely for completion.

See Also