次の方法で共有


OperationContext.GlobalResponseReceived イベント

定義

サーバーから応答を受信したとき、処理やダウンロードが実行される前に発生します。

public static event EventHandler<Microsoft.Azure.Storage.RequestEventArgs> GlobalResponseReceived;
member this.GlobalResponseReceived : EventHandler<Microsoft.Azure.Storage.RequestEventArgs> 
Public Shared Event GlobalResponseReceived As EventHandler(Of RequestEventArgs) 

イベントの種類

適用対象