다음을 통해 공유


DispatchSource.MachReceive 생성자

정의

오버로드

DispatchSource.MachReceive(IntPtr)
DispatchSource.MachReceive(Int32, DispatchQueue)

메시지 가용성을 위해 지정된 마하 포트를 모니터링하는 디스패치 원본을 만듭니다.

DispatchSource.MachReceive(IntPtr, Boolean)

DispatchSource.MachReceive(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상

DispatchSource.MachReceive(Int32, DispatchQueue)

메시지 가용성을 위해 지정된 마하 포트를 모니터링하는 디스패치 원본을 만듭니다.

public MachReceive (int machPort, CoreFoundation.DispatchQueue queue = null);
new CoreFoundation.DispatchSource.MachReceive : int * CoreFoundation.DispatchQueue -> CoreFoundation.DispatchSource.MachReceive

매개 변수

machPort
Int32

들어오는 데이터를 모니터링할 마하 포트입니다.

queue
DispatchQueue

이 디스패치 원본 개체의 대상 큐입니다.   기본 대상 큐(기본 우선 순위 전역 동시 큐)를 사용하도록 null을 전달합니다.

설명

적용 대상

DispatchSource.MachReceive(IntPtr, Boolean)

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

매개 변수

handle
IntPtr

nativeint

owns
Boolean

적용 대상