DispatchSource.Data.PendingData Property
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.
Retrieves the data that has been posted for this event source.
public IntPtr PendingData { get; }
member this.PendingData : nativeint
Property Value
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.