CanvasCreateResourcesEventArgs.GetTrackedAction 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
Syntaxpublic IAsyncAction GetTrackedAction()
Return Value
Type:
IAsyncAction
RemarksThis returns the IAsyncAction that was passed to TrackAsyncAction,
or null if TrackAsyncAction has not been called.
See Also