RequestId Property
The handle of the last request.
Syntax
[VB.NET] Public ReadOnlyProperty RequestId As Integer
[C#] public int RequestId {get;}
Remarks
This property contains the handle of the last request.
This handle can be later used to identify the request when the RequestComplete event is fired.
NOTE: This functionality is only available in Windows.
This property is read-only.
Default Value
0