Table of Contents

Namespace Hsl.Xrm.Sdk.Client

  • Provides helpers for connecting to CDS externally (as opposed to a plugin).
    • Provides the ability to make async calls to the OrganizationService if using App Authentication. This will generally lead to better performance/scaling. See the section Avoid Blocking Calls of the ASP.NET Core Performance Best Practices
    • Provides the ability to cycle through multiple different credentials.

Classes

PoolingOrgServiceProvider

Class for pooling org service instances. Methods on this class are thread safe.