DispatchSource.DataAdd Constructors

Definition

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

Applies to

DispatchSource.DataAdd(IntPtr, Boolean)

Creates a DataOr DispatchSource from an unmanaged pointer.

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

Parameters

handle
IntPtr

nativeint

owns
Boolean

Applies to