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.169 -- Release Build+9539f17c709220b9bccf5fcf2a5ec2d79c38125a
public int ExportTimeout { get; set; }

Property Value

Int32

Remarks

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

See Also