OperationContext Events

Windows Runtime Azure Storage Client Library

Public Events

  Name Description
public event static GlobalRequestCompleted Occurs after a response has been fully received and processed.
public event static GlobalResponseReceived Occurs when a response is received from the server, before any processing or downloading.
public event static GlobalRetrying Occurs before a request is retried
public event static GlobalSendingRequest Occurs immediately before a request is signed.
public event RequestCompleted Occurs after a response has been fully received and processed.
public event ResponseReceived Occurs when a response is received from the service, before any processing or downloading.
public event Retrying Occurs before a request is retried
public event SendingRequest Occurs immediately before a request is signed.

See Also