DoesServiceRequestAttribute クラス

定義

メソッドがストレージ サービスに対して 1 つ以上の要求を行うかどうかを指定します。

[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
継承
DoesServiceRequestAttribute
属性

コンストラクター

DoesServiceRequestAttribute()

メソッドがストレージ サービスに対して 1 つ以上の要求を行うかどうかを指定します。

適用対象