C#
C++
F#
VB
DoesServiceRequestAttribute Class
Specifies that the method will make one or more requests to the storage service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectSystem.::..Attribute
Microsoft.WindowsAzure.Storage.::..DoesServiceRequestAttribute
Syntax
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)] public sealed class DoesServiceRequestAttribute : Attribute
C++
[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
Name | Description | |
---|---|---|
DoesServiceRequestAttribute()()()() |
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Attribute.) | |
GetHashCode()()()() | (Inherited from Attribute.) | |
GetType()()()() | (Inherited from Object.) | |
Match(Object)(Object^)(Object)(Object) | (Inherited from Attribute.) | |
ToString()()()() | (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.