CanvasCreateResourcesEventArgsGetTrackedAction Method |
Gets the asynchronous tracked action stored by this object.
Namespace:
Microsoft.Graphics.Canvas.UI
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public IAsyncAction GetTrackedAction()
Return Value
Type:
IAsyncActionRemarks This returns the IAsyncAction that was passed to TrackAsyncAction,
or null if TrackAsyncAction has not been called.
See Also