Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Provides information and event data that is associated with a request event.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.::..RequestEventArgs

Syntax

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

Constructors

NameDescription
System_CAPS_pubmethodRequestEventArgs(RequestResult)(RequestResult^)(RequestResult)(RequestResult)

Initializes a new instance of the RequestEventArgs class by using the specified RequestResult parameter.

Properties

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

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