|
DbClientSetTimeout Method |
Set the timeout to a request
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected void SetTimeout(
TimeSpan timeout
)
Protected Sub SetTimeout (
timeout As TimeSpan
)
protected:
void SetTimeout(
TimeSpan timeout
)
member SetTimeout :
timeout : TimeSpan -> unit
Parameters
- timeout
- Type: SystemTimeSpan
See Also