WorkflowInstance.GetHashCode Metodo

Definizione

Restituisce il codice hash per questa istanza del flusso di lavoro.

public:
 override int GetHashCode();
public override int GetHashCode();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Valori restituiti

Codice hash per questo WorkflowInstanceoggetto .

Commenti

GetHashCode restituisce un codice hash basato sul valore di InstanceId.

Si applica a