ConsistentHashingTHash Method |
Hash
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax protected virtual uint Hash(
string key
)
Protected Overridable Function Hash (
key As String
) As UInteger
protected:
virtual unsigned int Hash(
String^ key
)
abstract Hash :
key : string -> uint32
override Hash :
key : string -> uint32
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.ConsistentHashing`1.Hash(System.String)"]
Return Value
Type:
UInt32[Missing <returns> documentation for "M:Adf.ConsistentHashing`1.Hash(System.String)"]
See Also