AdaptiveMediaSourceDiagnosticAvailableEventArgs.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.
Gets a locally-unique identifier for the web request associated with the event.
public:
property IReference<int> ^ RequestId { IReference<int> ^ get(); };
IReference<int> RequestId();
public System.Nullable<int> RequestId { get; }
var iReference = adaptiveMediaSourceDiagnosticAvailableEventArgs.requestId;
Public ReadOnly Property RequestId As Nullable(Of Integer)
Property Value
A locally-unique identifier for the web request associated with the event.
Remarks
This value can be used to correlate the web request associated with this event to other events, including DownloadRequested, DownloadCompleted, and DownloadFailed.