syncCache Method

Beta  

You must call this if you use classes other than ConcurrencyControl to manage locks and codes. For example, if you call IModelHost.imodelClient to call IModelClient functions directly to acquire or release locks or to reserve or relinquish codes, you must follow up by calling this function to allow ConcurrencyControl to synchronize its local resources cache with the actual state of locks and codes on the server.

syncCache(requestContext: AuthorizedClientRequestContext): Promise<void>

Parameter Type Description
requestContext AuthorizedClientRequestContext  

Returns - Promise<void>

Defined in

Last Updated: 29 November, 2022