Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Specifies that the method will make one or more requests to the storage service.

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

Inheritance Hierarchy

System.::..Object
  System.::..Attribute
    Microsoft.WindowsAzure.Storage.::..DoesServiceRequestAttribute

Syntax

 
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)]
public sealed class DoesServiceRequestAttribute : Attribute
 
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false)]
public ref class DoesServiceRequestAttribute sealed : Attribute
 
[<Sealed>]
[<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)>]
type DoesServiceRequestAttribute = 
    class
        inherit Attribute
    end
 
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False)>
Public NotInheritable Class DoesServiceRequestAttribute
	Inherits Attribute

Constructors

Methods

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