DefaultGrainTypeAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グレイン型を指定せずに、このインターフェイスのグレイン参照を構築するときに使用する既定のグレイン型を指定します。
[System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class DefaultGrainTypeAttribute : Attribute, Orleans.Metadata.IGrainInterfacePropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)>]
type DefaultGrainTypeAttribute = class
inherit Attribute
interface IGrainInterfacePropertiesProviderAttribute
Public NotInheritable Class DefaultGrainTypeAttribute
Inherits Attribute
Implements IGrainInterfacePropertiesProviderAttribute
- 継承
-
DefaultGrainTypeAttribute
- 属性
- 実装
コンストラクター
DefaultGrainTypeAttribute(String) |
DefaultGrainTypeAttribute クラスの新しいインスタンスを初期化します。 |
明示的なインターフェイスの実装
IGrainInterfacePropertiesProviderAttribute.Populate(IServiceProvider, Type, Dictionary<String,String>) |
グレイン インターフェイスプロパティを に |