次の方法で共有


GrainInterfaceTypeAttribute クラス

定義

グレイン インターフェイスに適用する場合は、 を指定します GrainInterfaceType

[System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class GrainInterfaceTypeAttribute : Attribute, Orleans.Runtime.IGrainInterfaceTypeProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)>]
type GrainInterfaceTypeAttribute = class
    inherit Attribute
    interface IGrainInterfaceTypeProviderAttribute
Public NotInheritable Class GrainInterfaceTypeAttribute
Inherits Attribute
Implements IGrainInterfaceTypeProviderAttribute
継承
GrainInterfaceTypeAttribute
属性
実装

コンストラクター

GrainInterfaceTypeAttribute(String)

GrainInterfaceTypeAttribute インスタンスを作成します。

メソッド

GetGrainInterfaceType(IServiceProvider, Type)

グレイン インターフェイス識別子を取得します。

適用対象