DispatchSource.WriteMonitor Constructors
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.
Overloads
DispatchSource.WriteMonitor(IntPtr) | |
DispatchSource.WriteMonitor(Int32, DispatchQueue) |
Creates a file descriptor monitor that invokes the event handler when writing to the file descriptor wont block. |
DispatchSource.WriteMonitor(IntPtr, Boolean) |
DispatchSource.WriteMonitor(IntPtr)
public WriteMonitor (IntPtr handle);
new CoreFoundation.DispatchSource.WriteMonitor : nativeint -> CoreFoundation.DispatchSource.WriteMonitor
Parameters
- handle
-
IntPtr
nativeint
Applies to
DispatchSource.WriteMonitor(Int32, DispatchQueue)
Creates a file descriptor monitor that invokes the event handler when writing to the file descriptor wont block.
public WriteMonitor (int fileDescriptor, CoreFoundation.DispatchQueue queue = null);
new CoreFoundation.DispatchSource.WriteMonitor : int * CoreFoundation.DispatchQueue -> CoreFoundation.DispatchSource.WriteMonitor
Parameters
- fileDescriptor
- Int32
- queue
- DispatchQueue
The target queue for this dispatch source object. Pass null to use the default target queue (the default priority global concurrent queue).