Using .NET

📘

This content is not for iMIS cloud.

The ClientServices assembly is a client-layer façade over the underlying Entity service, but provides several useful components, including:

  • A façade API to the underlying service by way of the EntityManager
  • Connection management
  • Caching for metadata requests
  • An additional FindAll operation
  • Caching for FindAll data

The ClientServices assembly and the EntityManager class provide a client-side proxy for web services. They also include important caching services.