Click or drag to resize
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
C#
public IAsyncAction GetTrackedAction()

Return Value

Type: IAsyncAction
Remarks

This returns the IAsyncAction that was passed to TrackAsyncAction, or null if TrackAsyncAction has not been called.

See Also