ContentDownloadProgress.GetHashCode Method ()

 

Applies To: Windows Server Update Services

Gets the generated hash code for this instance of the ContentDownloadProgress class.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.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

The hash code for this instance.

See Also

ContentDownloadProgress Class
Microsoft.UpdateServices.Administration Namespace

Return to top