IPartitionResolver 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義必須為自訂工作階段狀態分割解析實作的方法。
public interface class IPartitionResolver
public interface IPartitionResolver
type IPartitionResolver = interface
Public Interface IPartitionResolver
備註
IPartitionResolver如果您在 SQL 或狀態伺服器模式中為多個後端節點提供工作階段狀態資料的自定義分割解析,請實作 介面和 Initialize 和 ResolvePartition 方法。
會話狀態管理資訊可以在 sessionState 元素中設定, (ASP.NET 設定架構) 具有 partitionResolverType
屬性的組態檔。 如果為 partitionResolverType
屬性指定值, sqlConnectionString
則會忽略 和 stateConnectionString
屬性。
您也可以使用 屬性,以程式設計方式設定數據分割解析組 PartitionResolverType 態。 PartitionResolverType如果指定屬性,則會SqlConnectionString忽略和 StateConnectionString 屬性。
方法
Initialize() |
初始化自訂分割解析程式 (Resolver)。 |
ResolvePartition(Object) |
根據索引鍵參數解析分割。 |