KernelQueue.KEvent Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
KEvent(KernelEvent[], KernelEvent[])
Attenzione
Use any of the overloads that return an int to get how many events were returned from kevent.
[System.Obsolete("Use any of the overloads that return an int to get how many events were returned from kevent.")]
public bool KEvent (Darwin.KernelEvent[] changeList, Darwin.KernelEvent[] eventList);
member this.KEvent : Darwin.KernelEvent[] * Darwin.KernelEvent[] -> bool
Parametri
- changeList
- KernelEvent[]
- eventList
- KernelEvent[]
Restituisce
- Attributi
Si applica a
KEvent(KernelEvent[], KernelEvent[], TimeSpec)
Attenzione
Use any of the overloads that return an int to get how many events were returned from kevent.
[System.Obsolete("Use any of the overloads that return an int to get how many events were returned from kevent.")]
public bool KEvent (Darwin.KernelEvent[] changeList, Darwin.KernelEvent[] eventList, ref Darwin.TimeSpec timeOut);
member this.KEvent : Darwin.KernelEvent[] * Darwin.KernelEvent[] * -> bool
Parametri
- changeList
- KernelEvent[]
- eventList
- KernelEvent[]
- timeOut
- TimeSpec
Restituisce
- Attributi
Si applica a
KEvent(KernelEvent[], KernelEvent[], Nullable<TimeSpan>)
public int KEvent (Darwin.KernelEvent[] changeList, Darwin.KernelEvent[] eventList, Nullable<TimeSpan> timeout = null);
member this.KEvent : Darwin.KernelEvent[] * Darwin.KernelEvent[] * Nullable<TimeSpan> -> int
Parametri
- changeList
- KernelEvent[]
- eventList
- KernelEvent[]
Restituisce
Si applica a
KEvent(KernelEvent[], Int32, KernelEvent[], Int32)
Attenzione
Use any of the overloads that return an int to get how many events were returned from kevent.
[System.Obsolete("Use any of the overloads that return an int to get how many events were returned from kevent.")]
public bool KEvent (Darwin.KernelEvent[] changeList, int nChanges, Darwin.KernelEvent[] eventList, int nEvents);
member this.KEvent : Darwin.KernelEvent[] * int * Darwin.KernelEvent[] * int -> bool
Parametri
- changeList
- KernelEvent[]
- nChanges
- Int32
- eventList
- KernelEvent[]
- nEvents
- Int32
Restituisce
- Attributi
Si applica a
KEvent(KernelEvent[], Int32, KernelEvent[], Int32, TimeSpec)
Attenzione
Use any of the overloads that return an int to get how many events were returned from kevent.
[System.Obsolete("Use any of the overloads that return an int to get how many events were returned from kevent.")]
public bool KEvent (Darwin.KernelEvent[] changeList, int nChanges, Darwin.KernelEvent[] eventList, int nEvents, ref Darwin.TimeSpec timeOut);
member this.KEvent : Darwin.KernelEvent[] * int * Darwin.KernelEvent[] * int * -> bool
Parametri
- changeList
- KernelEvent[]
- nChanges
- Int32
- eventList
- KernelEvent[]
- nEvents
- Int32
- timeOut
- TimeSpec
Restituisce
- Attributi
Si applica a
KEvent(KernelEvent[], Int32, KernelEvent[], Int32, Nullable<TimeSpec>)
public int KEvent (Darwin.KernelEvent[] changeList, int nChanges, Darwin.KernelEvent[] eventList, int nEvents, Nullable<Darwin.TimeSpec> timeout = null);
member this.KEvent : Darwin.KernelEvent[] * int * Darwin.KernelEvent[] * int * Nullable<Darwin.TimeSpec> -> int
Parametri
- changeList
- KernelEvent[]
- nChanges
- Int32
- eventList
- KernelEvent[]
- nEvents
- Int32