InteractionTrackerInertiaStateEnteredArgs.RequestId Property

Definition

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.

Applies to