DispatchIO.Read(Int32, nuint, DispatchQueue, DispatchIOHandler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void Read (int fd, nuint size, CoreFoundation.DispatchQueue dispatchQueue, CoreFoundation.DispatchIOHandler handler);
static member Read : int * nuint * CoreFoundation.DispatchQueue * CoreFoundation.DispatchIOHandler -> unit
Parameters
- fd
- Int32
- size
- System.System.UIntPtr System.unativeint
- dispatchQueue
- DispatchQueue
- handler
- DispatchIOHandler