Condividi tramite


DispatchSource.MachReceive Costruttori

Definizione

Overload

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

Crea un'origine dispatch che monitora la porta di mach specificata per la disponibilità dei messaggi.

DispatchSource.MachReceive(IntPtr, Boolean)

DispatchSource.MachReceive(IntPtr)

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

Parametri

handle
IntPtr

nativeint

Si applica a

DispatchSource.MachReceive(Int32, DispatchQueue)

Crea un'origine dispatch che monitora la porta di mach specificata per la disponibilità dei messaggi.

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

Parametri

machPort
Int32

Porta Mach da monitorare per i dati in ingresso.

queue
DispatchQueue

Coda di destinazione per questo oggetto di origine dispatch.   Passare Null per usare la coda di destinazione predefinita (coda globale di priorità predefinita contemporaneamente).

Commenti

Si applica a

DispatchSource.MachReceive(IntPtr, Boolean)

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

Parametri

handle
IntPtr

nativeint

owns
Boolean

Si applica a