MultipleDestinationExporterExportTimeout Property

Gets or sets the total allowed time in milliseconds for each export to execute.

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.166 -- Release Build+a3b9ee20c2b6c07cd93996bfe91e7d228bb90231
public int ExportTimeout { get; set; }

Property Value

Int32

Remarks

Set to Timeout.Infinite (-1) for no timeout.

See Also