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.ModelAssembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax public int AutoSendInterval { get; set; }
Property Value
Type:
Int32The interval in milliseconds. Default is 100. Set to
Infinite to never send
changes automatically.
Exceptions Bibliography See Also