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