Click or drag to resize
XRecordReload Method (Int32)
Reloads this record. This function is non-readable-fields safe.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Reload(
	int p_ReadTimeout = 300
)

Parameters

p_ReadTimeout (Optional)
Type: SystemInt32
The read timeout.

Return Value

Type: Boolean
true if The record is reloaded without error, false otherwise.
See Also