AdaptiveMediaSourceDiagnosticAvailableEventArgs.RequestId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與事件相關聯之 Web 要求的本機唯一識別碼。
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)
屬性值
與事件相關聯的 Web 要求本機唯一識別碼。
備註
這個值可用來將與此事件相關聯的 Web 要求與其他事件相互關聯,包括 DownloadRequested、 DownloadCompleted和 DownloadFailed。