Thread.GetHashCode Método

Definição

Devolve um código hash para o thread atual.

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

Devoluções

Um valor de código hash inteiro.

Atributos

Observações

O código de hash não é garantido que seja único. Use a ManagedThreadId propriedade se precisar de um identificador único para um thread gerido.

Aplica-se a