DefaultGrainTypeAttribute クラス

定義

グレイン型を指定せずに、このインターフェイスのグレイン参照を構築するときに使用する既定のグレイン型を指定します。

[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>)

グレイン インターフェイスプロパティを に properties追加します。

適用対象