SessionBaseWaitForIndexUpdates Method |
Internal Use and in VelocityDBExtensions
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic void WaitForIndexUpdates(
bool throwIfError = true
)
Public Sub WaitForIndexUpdates (
Optional throwIfError As Boolean = true
)
public:
void WaitForIndexUpdates(
bool throwIfError = true
)
member WaitForIndexUpdates :
?throwIfError : bool
(* Defaults:
let _throwIfError = defaultArg throwIfError true
*)
-> unit
Parameters
- throwIfError (Optional)
- Type: SystemBoolean
See Also