Thread.GetHashCode Metodo

Definizione

Restituisce un codice hash per il thread corrente.

public:
 override int GetHashCode();
public override int GetHashCode ();
[System.Runtime.InteropServices.ComVisible(false)]
public override int GetHashCode ();
override this.GetHashCode : unit -> int
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Restituisce

Intero del valore del codice hash.

Attributi

Commenti

Il codice hash non è garantito essere univoco. Usare la ManagedThreadId proprietà se è necessario un identificatore univoco per un thread gestito.

Si applica a