CachePumpMessagesInterval Property

Get or set the interval, in milliseconds, between calls to Application.DoEvents to pump Windows messages when throttling the cache read rate.

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Cache (in ASCOM.Cache.dll) Version: 7.1.3+4851.c5da65c2b
C#
public int PumpMessagesInterval { get; set; }

Property Value

Int32

Remarks

Setting this property to zero will prevent any message pumping by the cache while waiting. The default value of the property is zero.

Exceptions

InvalidValueExceptionWhen PumpMessagesInterval is set less than 0.

See Also