Click or drag to resize
ConsumerTRootAutoSendInterval Property
Gets or sets the minimal amount of time, in milliseconds, the consumer will wait after automatically calling SendAsync before it will automatically call it again.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public int AutoSendInterval { get; set; }

Property Value

Type: Int32
The interval in milliseconds. Default is 100. Set to Infinite to never send changes automatically.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is less than -1.
Bibliography
[1] Marius Keuck and Philip Boger, Ember+ Specification, L-S-B Broadcast Technologies GmbH, https://github.com/Lawo/ember-plus/raw/master/documentation/Ember%2B%20Documentation.pdf
See Also