SessionBaseWaitForIndexUpdates Method |
Internal Use and in VelocityDBExtensions
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public 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