IComputerTarget.GetHashCode Method ()

 

Applies To: Windows Server Update Services

Gets a hash code for this computer for use in hashing algorithms and data structures such as hash tables.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

int GetHashCode()
int GetHashCode()
abstract GetHashCode : unit -> int
Function GetHashCode As Integer

Return Value

Type: System.Int32

A hash code for this computer.

See Also

IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace

Return to top