IWithCookieBasedAffinity<ReturnT> Interface

Definition

The stage of an update allowing to modify cookie based affinity.

public interface IWithCookieBasedAffinity<ReturnT>
type IWithCookieBasedAffinity<'ReturnT> = interface
Public Interface IWithCookieBasedAffinity(Of ReturnT)

Type Parameters

ReturnT

The next stage of the update.

Methods

WithCookieBasedAffinity()

Enables cookie based affinity.

WithoutCookieBasedAffinity()

Disables cookie based affinity.

Applies to