Rfc1006Client.ReconnectionInterval Property

Gets or sets the reconnection interval in milliseconds.

Namespace: Rfc1006LibNet.Advanced
Assembly:  Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)

C#

public int ReconnectionInterval { get; set; }


Property Value

Type: Int32

Exception Condition
ArgumentOutOfRangeException The value is lower than zero.


Reference