| DseClusterBuilderWithQueryTimeout Method  | 
            Specifies the number of milliseconds that the driver should wait for the response before the query times out in a synchronous operation.
            
            This will cause that synchronous operations like Execute(String) to throw a TimeoutException 
            after the specified number of milliseconds.
            
            Default timeout value is set to 
 (20 seconds).
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic DseClusterBuilder WithQueryTimeout(
	int queryAbortTimeout
)
Parameters
- queryAbortTimeout
 - Type: SystemInt32
Timeout specified in milliseconds. 
Return Value
Type: 
DseClusterBuilderthis builder
Remarks
See Also