Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.::..OperationContext

Syntax

 
public sealed class OperationContext
 
public ref class OperationContext sealed 
 
[<Sealed>]
type OperationContext = class end
 
Public NotInheritable Class OperationContext

Constructors

NameDescription
System_CAPS_pubmethodOperationContext()()()()

Initializes a new instance of the OperationContext class.

Properties

NameDescription
System_CAPS_pubpropertyClientRequestIDClientRequestIDClientRequestIDClientRequestID

Gets or sets the client request ID.

System_CAPS_pubpropertySystem_CAPS_staticDefaultLogLevelDefaultLogLevelDefaultLogLevelDefaultLogLevel

Gets or sets the default logging level to be used for subsequently created instances of the OperationContext class.

System_CAPS_pubpropertyEndTimeEndTimeEndTimeEndTime

Gets or sets the end time of the operation.

System_CAPS_pubpropertyLastResultLastResultLastResultLastResult

Gets the last request result encountered for the operation.

System_CAPS_pubpropertyLogLevelLogLevelLogLevelLogLevel

Gets or sets the logging level to be used for an instance of the OperationContext class.

System_CAPS_pubpropertyRequestResultsRequestResultsRequestResultsRequestResults

Gets or sets the set of request results that the current operation has created.

System_CAPS_pubpropertyStartTimeStartTimeStartTimeStartTime

Gets or sets the start time of the operation.

System_CAPS_pubpropertyUserHeadersUserHeadersUserHeadersUserHeaders

Gets or sets additional headers on the request, for example, for proxy or logging information.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Events

NameDescription
System_CAPS_pubeventSystem_CAPS_staticGlobalRequestCompleted

Occurs after a response has been fully received and processed.

System_CAPS_pubeventSystem_CAPS_staticGlobalResponseReceived

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

System_CAPS_pubeventSystem_CAPS_staticGlobalRetrying

Occurs before a request is retried

System_CAPS_pubeventSystem_CAPS_staticGlobalSendingRequest

Occurs immediately before a request is signed.

System_CAPS_pubeventRequestCompleted

Occurs after a response has been fully received and processed.

System_CAPS_pubeventResponseReceived

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

System_CAPS_pubeventRetrying

Occurs before a request is retried

System_CAPS_pubeventSendingRequest

Occurs immediately before a request is signed.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top