MultipleDestinationExporterExportTimeout Property
Gets or sets the total allowed time in milliseconds for each export to execute.
Namespace: IOAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.167 -- Release Build+f1b42a4d24cfc6e6059ab60dd43256c06cec82f7
public int ExportTimeout { get; set; }
Public Property ExportTimeout As Integer
Get
Set
public:
property int ExportTimeout {
int get ();
void set (int value);
}
function get_ExportTimeout();
function set_ExportTimeout(value);
Property Value
Int32
Set to Timeout.Infinite (-1) for no timeout.