OperationContext.GlobalResponseReceived Event

Definition

Occurs when a response is received from the server, before any processing or downloading.

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) 

Event Type

Applies to