DispatchSource.Data.PendingData Property

Definition

Retrieves the data that has been posted for this event source.

public IntPtr PendingData { get; }
member this.PendingData : nativeint

Property Value

IntPtr

nativeint

The result of the data posted to the data dispatch source.

Remarks

If multiple calls to MergeData are done, the result surfaced by PendingData will depend on whether you created a DispatchSource.DataAdd which will add the values together or a DispatchSource.DataOr which will or the values together.

Applies to