CachePumpMessagesInterval Property
Get or set the interval, in milliseconds, between calls to Application.DoEvents to pump Windows messages when throttling the cache read rate.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Cache (in ASCOM.Cache.dll) Version: 7.1.3+4851.c5da65c2b
public int PumpMessagesInterval { get; set; }
Public Property PumpMessagesInterval As Integer
Get
Set
public:
virtual property int PumpMessagesInterval {
int get () sealed;
void set (int value) sealed;
}
Property Value
Int32 Setting this property to zero will prevent any message pumping by the cache while waiting. The default value of the property is zero.