DispatchSource.DataAdd 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.DataAdd(DispatchQueue) |
Creates a DataAdd source that delivers events on the specified queue. |
DispatchSource.DataAdd(IntPtr) |
Creates a DataOr DispatchSource from an unmanaged pointer. |
DispatchSource.DataAdd(IntPtr, Boolean) |
Creates a DataOr DispatchSource from an unmanaged pointer. |
DispatchSource.DataAdd(DispatchQueue)
Creates a DataAdd source that delivers events on the specified queue.
public DataAdd (CoreFoundation.DispatchQueue queue = null);
new CoreFoundation.DispatchSource.DataAdd : CoreFoundation.DispatchQueue -> CoreFoundation.DispatchSource.DataAdd
Parameters
- queue
- DispatchQueue
The target queue for this dispatch source object. Pass null to use the default target queue (the default priority global concurrent queue).
Applies to
DispatchSource.DataAdd(IntPtr)
Creates a DataOr DispatchSource from an unmanaged pointer.
public DataAdd (IntPtr handle);
new CoreFoundation.DispatchSource.DataAdd : nativeint -> CoreFoundation.DispatchSource.DataAdd
Parameters
- handle
-
IntPtr
nativeint