SPHttpHeaderThrottleClassifier.GetHashCode method
Gets a hash code for the object.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As SPHttpHeaderThrottleClassifier
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Return value
Type: System.Int32
The hash code.
Remarks
This override gets the hash code of the string object returned by the object’s ToString() method.
See also
Reference
SPHttpHeaderThrottleClassifier class