Click or drag to resize
Grid Solutions Framework

OutputAdapterWriteTimeout Property

Gets or sets the timeout, in milliseconds, for writing data to eDNA connection. A value of -1 will wait indefinitely.

Namespace: eDNAAdapters
Assembly: eDNAAdapters (in eDNAAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(-1)]
public int WriteTimeout { get; set; }
View Source

Property Value

Int32
See Also