Monitor.LockContentionCount Propiedad

Definición

Obtiene el número de veces que ha habido contención al intentar tomar el bloqueo del monitor.

public:
 static property long LockContentionCount { long get(); };
public static long LockContentionCount { get; }
static member LockContentionCount : int64
Public Shared ReadOnly Property LockContentionCount As Long

Valor de propiedad

Número de veces que hubo contención al intentar tomar el bloqueo del monitor.

Se aplica a