DispatchSource.MemoryPressure 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
매개 변수
- handle
-
IntPtr
nativeint
적용 대상
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
매개 변수
- monitorFlags
- MemoryPressureFlags
모니터링할 메모리 압력 플래그입니다. 기본값은 메모리 압력 경고 및 정상으로의 복귀를 모니터링합니다.
- queue
- DispatchQueue
이 디스패치 원본 개체의 대상 큐입니다. 기본 대상 큐(기본 우선 순위 전역 동시 큐)를 사용하도록 null을 전달합니다.