InteractionTrackerInertiaStateEnteredArgs.RequestId 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.
The ID of the request that triggered the callback. Represents the ID of the request that caused InteractionTracker to enter the Inertia State (the InertiaStateEntered callback was triggered). Note that the RequestID property will be incremented each time a request tries to change the state of InteractionTracker.
public:
property int RequestId { int get(); };
int RequestId();
public int RequestId { get; }
var int32 = interactionTrackerInertiaStateEnteredArgs.requestId;
Public ReadOnly Property RequestId As Integer
Property Value
Int32
int
The ID of the request that triggered the callback.