DataCacheServerEndpoint.GetHashCode Method ()

 

Returns the hash code for the DataCacheServerEndpoint.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32

Returns Int32.

See Also

DataCacheServerEndpoint Class
Microsoft.ApplicationServer.Caching Namespace

Return to top