次の方法で共有


DispatchSource.MachReceive コンストラクター

定義

オーバーロード

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

指定された mach ポートでメッセージの可用性を監視するディスパッチ ソースを作成します。

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)

指定された mach ポートでメッセージの可用性を監視するディスパッチ ソースを作成します。

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

パラメーター

machPort
Int32

受信データを監視する Mach ポート。

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

適用対象