ServiceClient.EnableAffinityCookie Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defaults to True.
When true, this setting applies the default connection routing strategy to connections to Dataverse.
This will 'prefer' a given node when interacting with Dataverse which improves overall connection performance.
When set to false, each call to Dataverse will be routed to any given node supporting your organization.
See Server affinity for proper use.
public bool EnableAffinityCookie { get; set; }
member this.EnableAffinityCookie : bool with get, set
Public Property EnableAffinityCookie As Boolean