BMXNET 4.0 Developer API

The number of milliseconds (ms) to wait before polling. If a polling event is currently being processed when a second event is trigger, the second event is skipped. It's recommended to keep this interval at 5000 (5 seconds) or higher.

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
int EventPollingInterval { get; set; }
Property EventPollingInterval As Integer
property int EventPollingInterval {
	int get ();
	void set (int value);
}

See Also