OperationContext Members

Windows Runtime Azure Storage Client Library

Represents the context for a request operation against the storage service, and provides additional runtime information about its execution.

The following tables list the members exposed by the OperationContext type.

Public Constructors

  Name Description
OperationContext Initializes a new instance of the OperationContext class.
Top

Public Properties

  Name Description
public property ClientRequestID Gets or sets the client request ID.
public property static DefaultLogLevel Gets or sets the default logging level to be used for subsequently created instances of the OperationContext class.
public property EndTime Gets or sets the end time of the operation.
public property LastResult Gets the last request result encountered for the operation.
public property LogLevel Gets or sets the logging level to be used for an instance of the OperationContext class.
public property RequestResults Gets or sets the set of request results that the current operation has created.
public property StartTime Gets or sets the start time of the operation.
public property UserHeaders Gets or sets additional headers on the request, for example, for proxy or logging information.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

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.
Top

See Also