ConsistentHashingTGetPrimary Method |
获取一节点
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public T GetPrimary(
string key
)
Public Function GetPrimary (
key As String
) As T
public:
T GetPrimary(
String^ key
)
member GetPrimary :
key : string -> 'T
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.ConsistentHashing`1.GetPrimary(System.String)"]
Return Value
Type:
T[Missing <returns> documentation for "M:Adf.ConsistentHashing`1.GetPrimary(System.String)"]
See Also