DoesServiceRequestAttribute Class

Definition

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

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class DoesServiceRequestAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type DoesServiceRequestAttribute = class
    inherit Attribute
Public NotInheritable Class DoesServiceRequestAttribute
Inherits Attribute
Inheritance
DoesServiceRequestAttribute
Attributes

Constructors

DoesServiceRequestAttribute()

Applies to