GrainInterfaceTypeAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グレイン インターフェイスに適用する場合は、 を指定します 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) |
グレイン インターフェイス識別子を取得します。 |