DbServer.Retries Property (Typed) | |
The setting that determines how often the DbServer object should retry operations that fail.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Retries AS DWORD GET SET
public virtual uint Retries { get; set; }
Request Example
View SourceProperty Value
Type:
DWordThe setting that determines how often the DbServer object should retry operations that fail.
See Also