OperationContext.ResponseReceived Event

Definition

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

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

Event Type

Applies to