SqlServerPdfStorageProviderDefaultCommandTimeout Field |
The default wait time before terminating the attempt to execute an internal SqlCommand and generating an error.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public const int DefaultCommandTimeout = 30
Public Const DefaultCommandTimeout As Integer = 30
Field Value
Type:
Int32Remarks
The default is 30 seconds.
See Also