|
OutputAdapterConnectionMonitoringInterval Property
|
Gets or sets the interval, in milliseconds, to monitor eDNA connection. A zero value will disable the monitor.
Namespace: eDNAAdaptersAssembly: eDNAAdapters (in eDNAAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
[DefaultValueAttribute(5000)]
public int ConnectionMonitoringInterval { get; set; }
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(5000)]
property int ConnectionMonitoringInterval {
int get ();
void set (int value);
}
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(5000)>]
member ConnectionMonitoringInterval : int with get, set
function get_ConnectionMonitoringInterval();
function set_ConnectionMonitoringInterval(value);
View SourceProperty Value
Int32See Also