RateLimiterPolicyTPartitionKeyGetPartitionKey 方法
获取分区键
命名空间: TouchSocket.Rpc.RateLimiting程序集: TouchSocket.Rpc.RateLimiting (在 TouchSocket.Rpc.RateLimiting.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
protected abstract TPartitionKey GetPartitionKey(
ICallContext callContext
)
Protected MustOverride Function GetPartitionKey (
callContext As ICallContext
) As TPartitionKey
abstract GetPartitionKey :
callContext : ICallContext -> 'TPartitionKey
- callContext ICallContext
- 调用上下文对象,可能包含获取分区键所需的信息
TPartitionKey返回一个泛型分区键,具体类型由子类实现决定