Compartir a través de


DispatchSource.MemoryPressure Constructores

Definición

Sobrecargas

DispatchSource.MemoryPressure(IntPtr)
DispatchSource.MemoryPressure(MemoryPressureFlags, DispatchQueue)
DispatchSource.MemoryPressure(IntPtr, Boolean)

DispatchSource.MemoryPressure(IntPtr)

public MemoryPressure (IntPtr handle);
new CoreFoundation.DispatchSource.MemoryPressure : nativeint -> CoreFoundation.DispatchSource.MemoryPressure

Parámetros

handle
IntPtr

nativeint

Se aplica a

DispatchSource.MemoryPressure(MemoryPressureFlags, DispatchQueue)

public MemoryPressure (CoreFoundation.MemoryPressureFlags monitorFlags = CoreFoundation.MemoryPressureFlags.Normal | CoreFoundation.MemoryPressureFlags.Warn, CoreFoundation.DispatchQueue queue = null);
new CoreFoundation.DispatchSource.MemoryPressure : CoreFoundation.MemoryPressureFlags * CoreFoundation.DispatchQueue -> CoreFoundation.DispatchSource.MemoryPressure

Parámetros

monitorFlags
MemoryPressureFlags

Marcas de presión de memoria que se van a supervisar.   El valor predeterminado solo supervisa las advertencias de presión de memoria y el retorno a la normalidad.

queue
DispatchQueue

Cola de destino para este objeto de origen de envío.   Pase null para usar la cola de destino predeterminada (la cola simultánea global de prioridad predeterminada).

Comentarios

Se aplica a

DispatchSource.MemoryPressure(IntPtr, Boolean)

public MemoryPressure (IntPtr handle, bool owns);
new CoreFoundation.DispatchSource.MemoryPressure : nativeint * bool -> CoreFoundation.DispatchSource.MemoryPressure

Parámetros

handle
IntPtr

nativeint

owns
Boolean

Se aplica a