OperationContext.RequestCompleted Event

Definition

Occurs after a response has been fully received and processed.

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

Event Type

Applies to